Skip to content

Commit

Permalink
More fixes to deploy workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed Jan 2, 2024
1 parent 16eba3b commit cbff3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ jobs:
author_name: ${{ secrets.AUTOCOMMIT_AUTHOR }}
author_email: ${{ secrets.AUTOCOMMIT_EMAIL }}
# yamllint disable-line rule:line-length
message: "Updating testnet faucet docker image tag to: ${{ steps.get-image-name.outputs.image }}"
message: "Updating devnet faucet docker image tag to: ${{ steps.get-image-name.outputs.image }}"
add: "*.yaml"
cwd: ${{ secrets.REPO_ARGOCD_APPS_NAME }}

0 comments on commit cbff3bc

Please sign in to comment.