We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c7f93 commit 40065f4Copy full SHA for 40065f4
.github/workflows/fix.yaml
@@ -11,6 +11,8 @@ jobs:
11
permissions:
12
contents: write
13
14
+ if: github.actor != 'github-actions[bot]'
15
+
16
steps:
17
- uses: actions/checkout@v4
18
with:
0 commit comments