Skip to content

Commit

Permalink
fix(command-compile): try to check rebasing issues
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
  • Loading branch information
skjnldsv authored Feb 1, 2024
1 parent 199b950 commit 348247f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/command-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ jobs:
if: ${{ contains(needs.init.outputs.arg1, 'rebase') }}
run: |
git fetch origin ${{ needs.init.outputs.base_ref }}:${{ needs.init.outputs.base_ref }}
git rebase ${{ needs.init.outputs.base_ref }}
git status
git rebase origin/${{ needs.init.outputs.base_ref }}
- name: Commit and push default
if: ${{ !contains(needs.init.outputs.arg1, 'fixup') && !contains(needs.init.outputs.arg1, 'amend') }}
Expand Down

0 comments on commit 348247f

Please sign in to comment.