We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 609af6b commit 438e1a0Copy full SHA for 438e1a0
.github/workflows/on-new-framework-tag.yml
@@ -21,7 +21,7 @@ jobs:
21
path: 'documentation'
22
- id: get_dest_dir
23
run: |
24
- echo '${{ github.event }}'
+ echo '${{ toJson(github.event) }}'
25
ref=${{ github.event.ref }}
26
echo "REF=$ref"
27
dir=documentation/$(echo "$ref" | cut -d / -f 3 | cut -d . -f 1-2)
0 commit comments