Skip to content

Commit

Permalink
Add rebase for checks
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy authored Jun 3, 2024
1 parent 1ba856c commit f041265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/report-maker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
git add ${{ steps.check_results.outputs.report_path }} --force || echo "No changes to commit"
git commit -m 'Add check file' || echo "No changes to commit"
git pull
git pull --rebase --set-upstream origin $branch_name --allow-unrelated-histories --strategy-option=ours
git merge origin/${{ github.head_ref }} --allow-unrelated-histories --strategy-option ours
git push origin $branch_name --force || echo "No changes to commit"
Expand Down

0 comments on commit f041265

Please sign in to comment.