1
0
mirror of synced 2026-01-05 21:04:17 -05:00

Merge pull request #27145 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-04-22 08:29:24 -07:00
committed by GitHub

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