Create Dir content in the workflow
This commit is contained in:
@@ -14,6 +14,9 @@ jobs:
|
||||
- name: Print Output
|
||||
run: echo 'output time is ${{ steps.use-go-action.outputs.time }}'
|
||||
|
||||
- name: Create Dir
|
||||
run: "mkdir content && cd content"
|
||||
|
||||
- name: Create File
|
||||
run: "touch file.txt"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user