File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,20 @@ jobs:
3232 with :
3333 persist-credentials : false
3434
35- - name : Run Create GitHub App Token action
35+ - name : Run first command
3636 id : command
3737 run : |
38- echo "running command"
38+ echo "running firts command"
3939 echo "test_output=test_output_content" >> "${GITHUB_OUTPUT}"
4040
4141 - name : With post step run
4242 uses : ./actions/with-post-step
4343 with :
4444 main : echo "with-post-step run"
45- post : echo ${{ steps.command.outputs.test_output }}
45+ post : |
46+ echo ${{ steps.command.outputs.test_output }}
47+
48+ - name : Run second command
49+ id : second-command
50+ run : |
51+ echo "running second command"
Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ inputs:
1818
1919runs :
2020 using : " node20"
21- main : " main.js "
22- post : " main.js "
21+ main : " main.mjs "
22+ post : " main.mjs "
File renamed without changes.
You can’t perform that action at this time.
0 commit comments