Skip to content

Commit b711cef

Browse files
committed
Correct CI workflow syntax.
1 parent b1ab491 commit b711cef

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@ permissions: {}
4343
# Set from inputs for workflow_dispatch, or set defaults to test push/PR events
4444
env:
4545
GIT_REMOTE: ${{ github.event.inputs.git_remote || 'python' }}
46-
GIT_COMMIT: ${{ github.event.inputs.git_commit || 'df793163d5821791d4e7caf88885a2c11a107986' }}
47-
GIT_COMMIT: ${{ github.event.inputs.git_commit || '55ea59e7dc35e1363b203ae4dd9cfc3a0ac0a844' }}
48-
CPYTHON_RELEASE: ${{ github.event.inputs.cpython_release || '3.15.0a8' }}
46+
GIT_COMMIT: ${{ github.event.inputs.git_commit || '55ea59e7dc35e1363b203ae4dd9cfc3a0ac0a844' }}
47+
CPYTHON_RELEASE: ${{ github.event.inputs.cpython_release || '3.15.0a8' }}
4948

5049
jobs:
5150
verify-input:

0 commit comments

Comments
 (0)