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 e51f2c5 commit a41128aCopy full SHA for a41128a
.github/workflows/issues-to-csv.yml
@@ -34,7 +34,7 @@ jobs:
34
git add -f issues.csv
35
timestamp=$(date -u)
36
git commit -m "Latest data: ${timestamp}" || exit 0
37
- git push origin HEAD:refs/heads/n2020h-issues-to-csv
+ git push --force origin HEAD:refs/heads/n2020h-issues-to-csv
38
39
# # Upload CSV as artifact
40
# - name: Upload CSV as artifact
0 commit comments