Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
👷 Skip fix when last push by @github-actions[bot]
Browse files Browse the repository at this point in the history
NatoBoram committed Nov 18, 2024

Verified

This commit was signed with the committer’s verified signature.
NatoBoram Nato Boram
1 parent f4c7f93 commit 40065f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fix.yaml
Original file line number Diff line number Diff line change
@@ -11,6 +11,8 @@ jobs:
permissions:
contents: write

if: github.actor != 'github-actions[bot]'

steps:
- uses: actions/checkout@v4
with:

0 comments on commit 40065f4

Please sign in to comment.