Skip to content

Commit

Permalink
Small commit to trigger change
Browse files Browse the repository at this point in the history
  • Loading branch information
BobJWalker committed Feb 9, 2024
1 parent 9a69e4b commit d5e5b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
with:
cmd: yq -i '.images.[0].newTag = "${{ steps.determine_version.outputs.semVer }}"' 'k8s/overlays/test/kustomization.yaml'
if: github.ref == 'refs/heads/main'
- name: commit the kustomize change for Argo
- name: commit the kustomize change for Argo to trigger
uses: devops-infra/action-commit-push@master
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit d5e5b49

Please sign in to comment.