Skip to content

Commit 668bde0

Browse files
committed
Debug workflow
1 parent 438e1a0 commit 668bde0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/on-new-framework-tag.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
path: 'documentation'
2222
- id: get_dest_dir
2323
run: |
24-
echo '${{ toJson(github.event) }}'
25-
ref=${{ github.event.ref }}
24+
ref=${{ github.event.client_payload.ref }}
2625
echo "REF=$ref"
2726
dir=documentation/$(echo "$ref" | cut -d / -f 3 | cut -d . -f 1-2)
2827
echo "DIR=$dir"

0 commit comments

Comments
 (0)