We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56284ad + 96837e8 commit 8c0b14eCopy full SHA for 8c0b14e
.github/workflows/update-dep-tables.yml
@@ -28,7 +28,7 @@ jobs:
28
run: python3 scripts/deptool.py --patch --root .
29
- name: Check if commits were made
30
run: |
31
- if [[ $(git log --oneline -1 --author="github-actions[bot]") ]]; then
+ if [[ $(git log --oneline -1 --author="github-actions\[bot\]") ]]; then
32
echo "COMMIT_MADE=true" >> $GITHUB_ENV
33
fi
34
- name: Create Pull Request
0 commit comments