Skip to content

Commit a16b38f

Browse files
committed
chore: update
1 parent e3041c8 commit a16b38f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/actions/action.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ runs:
1717
- id: random-number-generator
1818
run: echo "::set-output name=random-id::$(echo $RANDOM)"
1919
shell: bash
20-
- id: set-variable
21-
run: test1=1 && echo test1 is $test1
22-
shell: bash
2320
- id: get-variable
24-
run: echo test111 is $test1
21+
run: echo github.action_path is ${{github.action_path}}
22+
shell: bash
23+
- name: copy files
24+
run: cp ${{ github.action_path }}/goodbye.sh .
2525
shell: bash
2626
- run: ${{ github.action_path }}/goodbye.sh
2727
shell: bash

0 commit comments

Comments
 (0)