Skip to content

Commit a41128a

Browse files
authored
force push to feature branch
1 parent e51f2c5 commit a41128a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issues-to-csv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
git add -f issues.csv
3535
timestamp=$(date -u)
3636
git commit -m "Latest data: ${timestamp}" || exit 0
37-
git push origin HEAD:refs/heads/n2020h-issues-to-csv
37+
git push --force origin HEAD:refs/heads/n2020h-issues-to-csv
3838
3939
# # Upload CSV as artifact
4040
# - name: Upload CSV as artifact

0 commit comments

Comments
 (0)