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.
1 parent 421f643 commit 96837e8Copy full SHA for 96837e8
.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