Skip to content

Commit

Permalink
fix(.github/workflows/aws.yaml): modify 'Determine ECR Repository'
Browse files Browse the repository at this point in the history
  • Loading branch information
Donghyeon Im committed May 8, 2024
1 parent 4a381be commit 7508907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Determine ECR Repository
id: ecr_repo
run: |
REPO_NAME="fix/github-action"
REPO_NAME="auth"
echo "repo=${REPO_NAME}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 7508907

Please sign in to comment.