Test File
This commit is contained in:
@@ -14,5 +14,14 @@ jobs:
|
||||
- name: Print Output
|
||||
run: echo 'output time is ${{ steps.use-go-action.outputs.time }}'
|
||||
|
||||
- name: Create File
|
||||
run: "touch file.txt"
|
||||
|
||||
- name: Write to File
|
||||
run: "echo 'hello' > file.txt"
|
||||
|
||||
- name: Who and Where am I
|
||||
run: "ls -la && whoami && pwd"
|
||||
|
||||
- name: Read from File
|
||||
run: "cat file.txt"
|
||||
|
||||
Reference in New Issue
Block a user