We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66e7fe commit fd5fa6dCopy full SHA for fd5fa6d
.github/workflows/updatecli.yaml
@@ -37,7 +37,7 @@ jobs:
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/main'
+ if: github.ref == 'refs/heads/weekly'
41
run: updatecli apply --config ./updatecli/updatecli.d --values ./updatecli/values.github-action.yaml
42
env:
43
UPDATECLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments