We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d8363 commit 6a6c4e9Copy full SHA for 6a6c4e9
.github/workflows/push-on-merge-staging.yaml
@@ -40,5 +40,5 @@ jobs:
40
- name: Push changes
41
if: steps.check_message.outputs.skip != 'skip'
42
run: |
43
- npm install -g windmill-cli@1.393.3
+ npm install -g windmill-cli@1.466.2
44
wmill sync push --yes --skip-variables --skip-secrets --skip-resources --workspace ${{ env.WMILL_WORKSPACE }} --token ${{ secrets.WMILL_TOKEN }} --base-url ${{ env.WMILL_URL }}
.github/workflows/push-on-merge.yaml
0 commit comments