We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b8397 commit b4beb17Copy full SHA for b4beb17
1 file changed
.github/workflows/config-validator.yaml
@@ -12,13 +12,16 @@ jobs:
12
runs-on: ubuntu-latest
13
permissions:
14
contents: read
15
+ env:
16
+ THIS_ACTION_REF: "${{github.action_ref}}"
17
steps:
18
- uses: actions/checkout@v6
19
- name: Compute action ref
20
run: |
21
ref="${{github.workflow_ref}}"
22
echo "${{github.workflow_ref}}"
23
echo "${{github.ref}}"
24
+ echo "${THIS_ACTION_REF}"
25
echo "${ref##*@}"
26
27
- name: Validate workflows
0 commit comments