We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc41c90 commit 22bce18Copy full SHA for 22bce18
.github/workflows/updatecli.yaml
@@ -33,11 +33,11 @@ jobs:
33
env:
34
UPDATECLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
36
- # This step runs Updatecli in Apply mode, but only if the current branch is 'master'
+ # This step runs Updatecli in Apply mode, but only if the current branch is 'main'
37
# It uses the "apply" command of updatecli with the specified config and values files
38
# The GitHub token is passed as an environment variable
39
- name: Run Updatecli in Apply mode
40
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/main'
41
run: updatecli apply --config ./updatecli/updatecli.d --values ./updatecli/values.github-action.yaml
42
43
- UPDATECLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ UPDATECLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments