File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ jobs:
3333 env :
3434 UPDATECLI_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3535
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 '
3737 # It uses the "apply" command of updatecli with the specified config and values files
3838 # The GitHub token is passed as an environment variable
3939 - name : Run Updatecli in Apply mode
40- if : github.ref == 'refs/heads/master '
40+ if : github.ref == 'refs/heads/main '
4141 run : updatecli apply --config ./updatecli/updatecli.d --values ./updatecli/values.github-action.yaml
4242 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