File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ jobs:
33
33
env :
34
34
UPDATECLI_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35
35
36
- # This step runs Updatecli in Apply mode, but only if the current branch is 'master '
36
+ # This step runs Updatecli in Apply mode, but only if the current branch is 'main '
37
37
# It uses the "apply" command of updatecli with the specified config and values files
38
38
# The GitHub token is passed as an environment variable
39
39
- name : Run Updatecli in Apply mode
40
- if : github.ref == 'refs/heads/master '
40
+ if : github.ref == 'refs/heads/main '
41
41
run : updatecli apply --config ./updatecli/updatecli.d --values ./updatecli/values.github-action.yaml
42
42
env :
43
- UPDATECLI_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
43
+ UPDATECLI_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments