Skip to content

Commit

Permalink
fix: typo in push command
Browse files Browse the repository at this point in the history
  • Loading branch information
bredamatt committed Oct 14, 2024
1 parent 8da05fc commit 7da2b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devnet-ecr-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git commit -am "fix: update commit-sha to ${TRUNCATED_SHA} for syncing latest images"
git push https://${secrets.AO_TO_CHARTS_PAT}@github.com/permaweb/charts.git main
git push https://${{ secrets.AO_TO_CHARTS_PAT }}@github.com/permaweb/charts.git main

0 comments on commit 7da2b17

Please sign in to comment.