Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Jun 5, 2024
1 parent a98bd38 commit 14b7dc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-on-merge-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
- name: Push changes
if: steps.check_message.outputs.skip != 'skip'
run: |
deno run --unstable -A https://deno.land/x/[email protected]/main.ts workspace add __automation ${{ env.WMILL_WORKSPACE }} ${{ env.WMILL_URL }} --token ${{ secrets.WMILL_TOKEN }}
deno run --unstable -A https://deno.land/x/[email protected]/main.ts sync push --yes --raw --skip-variables --skip-secrets --skip-resources
deno run -A https://deno.land/x/[email protected]/main.ts workspace add __automation ${{ env.WMILL_WORKSPACE }} ${{ env.WMILL_URL }} --token ${{ secrets.WMILL_TOKEN }}
deno run -A https://deno.land/x/[email protected]/main.ts sync push --yes --raw --skip-variables --skip-secrets --skip-resources
4 changes: 2 additions & 2 deletions .github/workflows/push-on-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
# (push will pull first to detect conflicts and only push actual changes)
- name: Push changes
run: |
deno run --unstable -A https://deno.land/x/[email protected]/main.ts workspace add __automation ${{ env.WMILL_WORKSPACE }} ${{ env.WMILL_URL }} --token ${{ secrets.WMILL_TOKEN }}
deno run --unstable -A https://deno.land/x/[email protected]/main.ts sync push --yes --raw --skip-variables --skip-secrets --skip-resources
deno run -A https://deno.land/x/[email protected]/main.ts workspace add __automation ${{ env.WMILL_WORKSPACE }} ${{ env.WMILL_URL }} --token ${{ secrets.WMILL_TOKEN }}
deno run -A https://deno.land/x/[email protected]/main.ts sync push --yes --raw --skip-variables --skip-secrets --skip-resources

0 comments on commit 14b7dc4

Please sign in to comment.