Skip to content

Commit

Permalink
lets try bash
Browse files Browse the repository at this point in the history
  • Loading branch information
jcleal committed Jun 12, 2024
1 parent 90b4805 commit 52706e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/00-README.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
-e PROJECT \
-e AWS_DEFAULT_REGION -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY -e AWS_SESSION_TOKEN \
${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com/go \
sh -c "echo \"HERE 2 --> $GITHUB_REPOSITORY\" | make generate-README"
bash -c "echo \"HERE 2 --> $GITHUB_REPOSITORY\" | make generate-README"
- name: Commit (if there are any changes).
uses: stefanzweifel/git-auto-commit-action@v4.16.0
Expand Down

0 comments on commit 52706e7

Please sign in to comment.