Skip to content

Commit

Permalink
delete hardcode
Browse files Browse the repository at this point in the history
  • Loading branch information
Aibono1225 committed Oct 7, 2023
1 parent 21afc3e commit b6b83a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-frontmatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# Step 6: Leave a comment if the validation has failed and if it's not a PR from a fork
- name: Comment on PR
if: failure() && github.repository != 'SSWConsulting/SSW.Rules.Content'
if: failure() && github.event.pull_request.head.repo.fork == false
uses: mshick/add-pr-comment@v2
with:
message: |
Expand Down

0 comments on commit b6b83a7

Please sign in to comment.