Skip to content

Commit

Permalink
force push to feature branch
Browse files Browse the repository at this point in the history
  • Loading branch information
n2020h authored Feb 27, 2024
1 parent e51f2c5 commit a41128a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issues-to-csv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
git add -f issues.csv
timestamp=$(date -u)
git commit -m "Latest data: ${timestamp}" || exit 0
git push origin HEAD:refs/heads/n2020h-issues-to-csv
git push --force origin HEAD:refs/heads/n2020h-issues-to-csv
# # Upload CSV as artifact
# - name: Upload CSV as artifact
Expand Down

0 comments on commit a41128a

Please sign in to comment.