Skip to content

Commit

Permalink
Try to get local branch
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Nov 14, 2023
1 parent 879162e commit a5cdf4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,9 @@ jobs:
id: branch-name
uses: tj-actions/branch-names@v7
- name: Prepare git refs
run: git checkout main
run: |
git checkout main
git checkout ${{ steps.branch-name.outputs.current_branch }}
- name: Check CHANGELOG.md diff
run: |
diff \
Expand Down

0 comments on commit a5cdf4a

Please sign in to comment.