1
0
mirror of synced 2025-12-30 03:01:36 -05:00

fixes wrong ::set-output name

This commit is contained in:
Christian Leucht
2022-04-13 16:25:04 +02:00
committed by GitHub
parent 94f11236e6
commit cb22b9c452

View File

@@ -82,7 +82,7 @@ Before you begin, you'll create a repository on {% ifversion ghae %}{% data vari
- run: echo Hello ${{ inputs.who-to-greet }}.
shell: bash
- id: random-number-generator
run: echo "::set-output name=random-id::$(echo $RANDOM)"
run: echo "::set-output name=random-number::$(echo $RANDOM)"
shell: bash
- run: echo "${{ github.action_path }}" >> $GITHUB_PATH
shell: bash