Skip to content

Commit

Permalink
update checkout step name, use pr var that stays human friendly for r…
Browse files Browse the repository at this point in the history
…eading
  • Loading branch information
ttytm committed Apr 29, 2024
1 parent 3348258 commit 5c9a5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/other_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-20.04
timeout-minutes: 15
steps:
- name: Checkout V ${{ github.ref_name }}
- name: Checkout V ${{ github.head_ref }}
uses: actions/checkout@v4
with:
path: v
Expand Down

0 comments on commit 5c9a5c0

Please sign in to comment.