We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd5c50 commit 369b825Copy full SHA for 369b825
.github/workflows/update-release.yml
@@ -31,6 +31,7 @@ jobs:
31
uses: actions/checkout@v4
32
with:
33
fetch-depth: 0 # We need the full history to compute the changelog
34
+ ref: ${{ inputs.head-sha }}
35
36
- name: Install Python
37
uses: actions/setup-python@v4
0 commit comments