Skip to content

Commit 96837e8

Browse files
committed
Fix workflow failing to make a PR
Signed-off-by: jakub-nt <175944085+jakub-nt@users.noreply.github.com>
1 parent 421f643 commit 96837e8

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)