Skip to content

Commit

Permalink
[Release] health-check workflow: debug Deploy Assets to Cloudflare Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
thaovt287 committed Jun 4, 2024
1 parent bd00d03 commit c86a896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/health-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
echo "pushed: ${{ steps.commit_changes.outputs.pushed }}"
- name: Deploy Assets to Cloudflare Pages
if: steps.commit_changes.outputs.pushed
if: steps.commit_changes.outputs.pushed == 'true'
id: cloudflare_deployment
uses: cloudflare/pages-action@v1
with:
Expand All @@ -66,7 +66,7 @@ jobs:

- name: Notify to Discord
uses: sarisia/actions-status-discord@v1
if: steps.commit_changes.outputs.pushed
if: steps.commit_changes.outputs.pushed == 'true'
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
status: ${{ job.status }}
Expand Down

0 comments on commit c86a896

Please sign in to comment.