Skip to content

Commit

Permalink
amend: commit unstaged update
Browse files Browse the repository at this point in the history
  • Loading branch information
Matej Almasi committed Dec 9, 2024
1 parent 66fc6ab commit deff879
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
- name: Merge PR branch into main
if: ${{ github.event_name == 'pull_request'}}
run: |
git merge main
git switch main
git merge ${{ github.event.pull_request.head.ref }}
- name: Set up Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down

0 comments on commit deff879

Please sign in to comment.