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 d5c1da7 commit 14489d0Copy full SHA for 14489d0
.github/workflows/on-new-framework-tag.yml
@@ -23,7 +23,6 @@ jobs:
23
- id: get_dest_dir
24
run: |
25
ref=${{ github.event.client_payload.ref }}
26
- echo "ref is ${{ ref }}"
27
dir=$(echo "$ref" | cut -d / -f 3 | cut -d . -f 1-2)
28
echo "::set-output name=destination_dir::$dir"
29
echo "destination dir is ${{ steps.get_dest_dir.outputs.destination_dir }}"
0 commit comments