Skip to content

Commit e487ea9

Browse files
authored
Merge pull request #1819 from larsewi/dollar
update-deps.yml: Failure when running workflow
2 parents ae9220c + 63b741e commit e487ea9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
echo "COMMIT_HASH_BEFORE=$(git log -1 --format=%H)">> $GITHUB_ENV
4646
- name: Run update script
47-
run: python3 /tmp/update-deps.py --debug --bump=${{ matrix.branch == 'master' && 'major' || 'minor' }} {{ matrix.branch == 'master' && '--jdk21' }}
47+
run: python3 /tmp/update-deps.py --debug --bump=${{ matrix.branch == 'master' && 'major' || 'minor' }} ${{ matrix.branch == 'master' && '--jdk21' }}
4848
- name: Save commit hash after
4949
run: |
5050
echo "COMMIT_HASH_AFTER=$(git log -1 --format=%H)">> $GITHUB_ENV

0 commit comments

Comments
 (0)