mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-24 00:48:39 +08:00
chore: update
This commit is contained in:
4
.github/actions/action.yml
vendored
4
.github/actions/action.yml
vendored
@@ -17,9 +17,9 @@ runs:
|
|||||||
- id: random-number-generator
|
- id: random-number-generator
|
||||||
run: echo "::set-output name=random-id::$(echo $RANDOM)"
|
run: echo "::set-output name=random-id::$(echo $RANDOM)"
|
||||||
shell: bash
|
shell: bash
|
||||||
- id: set variable
|
- id: set-variable
|
||||||
run: test1=1 && echo test1 is $test1
|
run: test1=1 && echo test1 is $test1
|
||||||
- id: get variable
|
- id: get-variable
|
||||||
run: echo test111 is $test1
|
run: echo test111 is $test1
|
||||||
shell: bash
|
shell: bash
|
||||||
- run: ${{ github.action_path }}/goodbye.sh
|
- run: ${{ github.action_path }}/goodbye.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user