We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd44886 commit 63a8f5cCopy full SHA for 63a8f5c
.github/workflows/release.yml
@@ -19,10 +19,11 @@ jobs:
19
build-and-deploy:
20
runs-on: ubuntu-latest
21
steps:
22
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
23
with:
24
token: ${{ secrets.PAT_ACTIONS }}
25
- ref: ${{ github.event.inputs.branch }}
+ repository: ${{ github.repository }}
26
+ ref: ${{ github.event.inputs.branch || github.ref }}
27
fetch-depth: 0
28
29
- uses: actions/setup-python@v2
0 commit comments