Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Dec 27, 2022
1 parent 878d271 commit e44ae03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ runs:
- name: FF Merge
id: ffmerge
run: |
git checkout ${{ github.event.release.tag_name }}
git checkout -f -b ${{ inputs.branch }}
git checkout -f -b ${{ inputs.branch }} ${{ github.event.release.tag_name }}
shell: bash
- name: Push changes
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit e44ae03

Please # to comment.