We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65484a8 commit 2c8e578Copy full SHA for 2c8e578
1 file changed
.github/workflows/generate_srs_files.yml
@@ -36,10 +36,10 @@ jobs:
36
run: chmod +x ./csv_to_srs
37
- name: Generating SRS files
38
run: ./csv_to_srs -input_dir ./csv -output_dir ./srs
39
- - uses: actions4git/setup-git@v1
+ - uses: actions4git/seddtup-git@v1
40
- run: |
41
git add ./srs
42
if ! git diff --cached --quiet; then
43
git commit -m 'Generating SRS rule set'
44
- git push origin $GITHUB_HEAD_REF
+ git push origin "HEAD:$GITHUB_HEAD_REF"
45
fi
0 commit comments