1
0
mirror of synced 2026-01-07 09:01:31 -05:00

Branch was updated using the 'autoupdate branch' Actions workflow.

This commit is contained in:
Octomerger Bot
2021-11-15 08:22:26 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ The `aws-actions/configure-aws-credentials` action receives a JWT from the {% da
- `<example-bucket-name>`: Add the name of your S3 bucket here.
- `<role-to-assume>`: Replace the example with your AWS role.
- `<example-aws-region>`: Add the name of your AWs region here.
- `<example-aws-region>`: Add the name of your AWS region here.
```yaml{:copy}
# Sample workflow to access AWS resources when workflow is tied to branch

View File

@@ -172,7 +172,7 @@ $ git remote -v
### Troubleshooting: Could not rename config section 'remote.[old name]' to 'remote.[new name]'
This error means that the remote you tried the old remote name you typed doesn't exist.
This error means that the old remote name you typed doesn't exist.
You can check which remotes currently exist with the `git remote -v` command: