We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35dd7c6 commit 5b217edCopy full SHA for 5b217ed
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
id: get-id
20
run: |
21
id=$(echo ${{github.ref_name}} | cut -d/ -f2)
22
- echo "::set-output name=id::$id"
+ echo "id=$id" >> $GITHUB_OUTPUT
23
24
- name: Build FogFlow
25
0 commit comments