We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3add72c commit 5282498Copy full SHA for 5282498
.github/workflows/build-edge.yml
@@ -21,7 +21,7 @@ jobs:
21
run: |
22
fires_short_sha=$(git rev-parse --short ${{github.event.after}})
23
echo fires_short_sha=$fires_short_sha >> $GITHUB_OUTPUT
24
- echo fires_version_metadata=edge-${{ fires_short_sha }} >> $GITHUB_OUTPUT
+ echo fires_version_metadata=edge-$fires_short_sha >> $GITHUB_OUTPUT
25
outputs:
26
metadata: ${{ steps.version_vars.outputs.fires_version_metadata }}
27
short_sha: ${{ steps.version_vars.outputs.fires_short_sha }}
0 commit comments