Skip to content

Commit 8c0b14e

Browse files
authored
Merge pull request #1634 from jakub-nt/dep-inv
Fix workflow failing to make a PR
2 parents 56284ad + 96837e8 commit 8c0b14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-dep-tables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: python3 scripts/deptool.py --patch --root .
2929
- name: Check if commits were made
3030
run: |
31-
if [[ $(git log --oneline -1 --author="github-actions[bot]") ]]; then
31+
if [[ $(git log --oneline -1 --author="github-actions\[bot\]") ]]; then
3232
echo "COMMIT_MADE=true" >> $GITHUB_ENV
3333
fi
3434
- name: Create Pull Request

0 commit comments

Comments
 (0)