We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1802884 commit 35221fdCopy full SHA for 35221fd
1 file changed
.github/workflows/trigger_build.yaml
@@ -27,7 +27,7 @@ jobs:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
- name: Echo results
29
run: |
30
- echo "tag=${{ steps.tag.outputs.current_tag }}" >> $GITHUB_OUTPUT
+ echo "tag=${{ steps.tag.outputs.current_tag }}"
31
- name: Encode token
32
id: encode
33
env:
0 commit comments