Skip to content

Commit fdd83a6

Browse files
author
Christopher Doris
committed
fix workflow
1 parent 4bb5a2d commit fdd83a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/register-pypi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v3
15-
ref: ${{ inputs.git_ref }}
15+
with:
16+
ref: ${{ inputs.git_ref }}
1617
- name: Set up Python
1718
uses: actions/setup-python@v3
1819
with:

0 commit comments

Comments
 (0)