Skip to content

Commit

Permalink
fix: typos in action
Browse files Browse the repository at this point in the history
  • Loading branch information
bredamatt committed Oct 14, 2024
1 parent a8b9f74 commit 35c3c6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devnet-ecr-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,13 @@ jobs:
steps:
- name: Checkout Helmfile Repository
run: git clone https://github.com/permaweb/charts.git
- name: Update Helmfile `truncatedCommitSHA`
- name: Update commit-sha.yaml
env:
TRUNCATED_SHA: ${{ env.COMMIT_HASH }}
run: |
cd charts
sed -i "s/commitSHA: \".*\"/commitSHA: \"${TRUNCATED_SHA}\"/" helmfile/devnet/commit-sha.yaml
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git commit -am "fix: update truncatedCommitSHA to ${TRUNCATED_SHA}"
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

0 comments on commit 35c3c6d

Please sign in to comment.