Skip to content

Commit 2c8e578

Browse files
committed
fix: adding HEAD: to push
1 parent 65484a8 commit 2c8e578

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/generate_srs_files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
run: chmod +x ./csv_to_srs
3737
- name: Generating SRS files
3838
run: ./csv_to_srs -input_dir ./csv -output_dir ./srs
39-
- uses: actions4git/setup-git@v1
39+
- uses: actions4git/seddtup-git@v1
4040
- run: |
4141
git add ./srs
4242
if ! git diff --cached --quiet; then
4343
git commit -m 'Generating SRS rule set'
44-
git push origin $GITHUB_HEAD_REF
44+
git push origin "HEAD:$GITHUB_HEAD_REF"
4545
fi

0 commit comments

Comments
 (0)