Skip to content

Commit

Permalink
bug :: 버그수정
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed May 31, 2024
1 parent e522e90 commit e271983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add_ecr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
terraform import -var 'cloudflare_api_token=${{ env.CLOUDFLARE_API_TOKEN }}' \
'module.${{ github.event.client_payload.environment }}_ecr["${{ github.event.client_payload.repository_name }}"].aws_ecr_repository.repo' \
${{ github.event.client_payload.repository_name }}
${{ github.event.client_payload.repository_name }} -lock=false
- name: Commit with new ECR
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit e271983

Please sign in to comment.