We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e582f1 commit ba98405Copy full SHA for ba98405
2 files changed
.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.669.1
+ npm install -g windmill-cli@1.682.0
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