Skip to content

Commit

Permalink
Fix misisng ref
Browse files Browse the repository at this point in the history
  • Loading branch information
cnixbtc committed Nov 15, 2023
1 parent edcb1b4 commit 84eb107
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: ${{ inputs.repository || github.repository }}
ref: ${{ inputs.ref || github.sha }}

- name: "Setup Python"
uses: actions/setup-python@v4
Expand Down

0 comments on commit 84eb107

Please sign in to comment.