Skip to content

Commit 458f2ce

Browse files
authored
Merge pull request #352 from rHomelab/ci/fix_compile_reqs_workflow
2 parents 4a82b27 + 4c3cdc3 commit 458f2ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/compile-requirements.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
uses: actions/checkout@v5
2424
with:
2525
token: ${{ secrets.GITHUB_TOKEN }}
26+
ref: ${{ github.head_ref || github.ref }}
2627

2728
- name: Set up Python
2829
uses: actions/setup-python@v6
@@ -43,7 +44,7 @@ jobs:
4344
if: steps.check_changes.outputs.changed == 'true'
4445
run: |
4546
git config --local user.name 'github-actions[bot]'
46-
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'
4748
git add requirements.txt
4849
git commit -m "chore: update cog requirements.txt"
4950
git push

0 commit comments

Comments
 (0)