We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c3ee3f commit 7666dc9Copy full SHA for 7666dc9
1 file changed
.github/workflows/base_ref.yaml
@@ -9,4 +9,4 @@ jobs:
9
steps:
10
- uses: actions/checkout@v4
11
- run: |
12
- echo ${{ github.ref }}
+ echo ${{ github.ref_name }}
0 commit comments