Skip to content

Commit

Permalink
test4
Browse files Browse the repository at this point in the history
  • Loading branch information
lempira committed Nov 28, 2024
1 parent 683f516 commit 6f9df40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/remove-preview-apps-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:

- name: Delete Cloudflare Pages preview deployments
run: |
DEPLOY_BRANCH="${{ steps.get-branch.outputs.branch }}"
deployment_ids=$(
ACCOUNT_ID=${{ secrets.CF_ACCOUNT_ID }} \
AUTH_TOKEN=${{ secrets.CLOUDFLARE_API_TOKEN }} \
PROJECT=${{ github.event.repository.name }} \
DEPLOY_BRANCH="${{ steps.get-branch.outputs.branch }}" \
bash -c '
PAGE=1
DEPLOYMENT_IDS=""
Expand Down

0 comments on commit 6f9df40

Please sign in to comment.