We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3041c8 commit a16b38fCopy full SHA for a16b38f
.github/actions/action.yml
@@ -17,11 +17,11 @@ runs:
17
- id: random-number-generator
18
run: echo "::set-output name=random-id::$(echo $RANDOM)"
19
shell: bash
20
- - id: set-variable
21
- run: test1=1 && echo test1 is $test1
22
- shell: bash
23
- id: get-variable
24
- run: echo test111 is $test1
+ run: echo github.action_path is ${{github.action_path}}
+ shell: bash
+ - name: copy files
+ run: cp ${{ github.action_path }}/goodbye.sh .
25
26
- run: ${{ github.action_path }}/goodbye.sh
27
0 commit comments