Skip to content

Commit

Permalink
Who needs conditions anyway?
Browse files Browse the repository at this point in the history
  • Loading branch information
Southpaw1496 committed Aug 31, 2024
1 parent 3631de2 commit b47341c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
DEPLOYMENT_URL: ${{ needs.publish.outputs.deployment-url }}
steps:
- name: Comment on the Comment
if: env.GITHUB_PUBLISH_TOKEN != '' && env.DEPLOYMENT_URL
if: env.GITHUB_PUBLISH_TOKEN != ''
uses: peter-evans/commit-comment@5a6f8285b8f2e8376e41fe1b563db48e6cf78c09 # v3.0.0
with:
token: ${{ env.GITHUB_PUBLISH_TOKEN }}
Expand Down

1 comment on commit b47341c

@Cozy-GitHub
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See preview on Cloudflare Pages:

Please sign in to comment.