Skip to content

Commit

Permalink
force push new resumes -- why was this commented out???
Browse files Browse the repository at this point in the history
  • Loading branch information
andreykaipov committed May 9, 2024
1 parent 15304fe commit 55a0d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/resume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
git checkout -b "$branch"
git add .
git commit -m "${{ needs.build.outputs.msg }}"
# git push -fu origin auto/resume
git push -fu origin auto/resume
if gh pr edit "${{ env.branch }}" -b "${{ env.body }}" -t "${{ env.title}}"; then
gh pr reopen "${{ env.branch }}"
else
Expand Down

0 comments on commit 55a0d6e

Please sign in to comment.