We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a82b27 + 4c3cdc3 commit 458f2ceCopy full SHA for 458f2ce
.github/workflows/compile-requirements.yml
@@ -23,6 +23,7 @@ jobs:
23
uses: actions/checkout@v5
24
with:
25
token: ${{ secrets.GITHUB_TOKEN }}
26
+ ref: ${{ github.head_ref || github.ref }}
27
28
- name: Set up Python
29
uses: actions/setup-python@v6
@@ -43,7 +44,7 @@ jobs:
43
44
if: steps.check_changes.outputs.changed == 'true'
45
run: |
46
git config --local user.name 'github-actions[bot]'
- git config --local user.email 'github-actions[bot]@users.noreply.github.com'
47
+ git config --local user.email '41898282+github-actions[bot]@users.noreply.github.com'
48
git add requirements.txt
49
git commit -m "chore: update cog requirements.txt"
50
git push
0 commit comments