Skip to content

Commit

Permalink
update checkout step name, use var that stays human friendly for read…
Browse files Browse the repository at this point in the history
…ing on prs
  • Loading branch information
ttytm committed Apr 29, 2024
1 parent 4047b59 commit 5d0ff7f
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 5d0ff7f

Please sign in to comment.