Skip to content

Commit

Permalink
fix: solve issue that gitflow is failed if source branch is removed
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWOF committed Aug 16, 2024
1 parent 7e3bd90 commit fc2fc7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gitflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ env.SOURCE_BRANCH }}
ref: ${{ env.SOURCE_COMMIT }}
token: ${{ env.TOKEN }}

- name: Checkout commit
Expand Down

0 comments on commit fc2fc7b

Please sign in to comment.