Text working-directory
This commit is contained in:
@@ -17,14 +17,14 @@ jobs:
|
|||||||
- name: Create Dir
|
- name: Create Dir
|
||||||
run: "mkdir content && cd content"
|
run: "mkdir content && cd content"
|
||||||
|
|
||||||
- name: Create File
|
- run: "touch file.txt"
|
||||||
run: "touch file.txt"
|
working-directory: ./content
|
||||||
|
- run: "echo 'hello' > file.txt"
|
||||||
- name: Write to File
|
working-directory: ./content
|
||||||
run: "echo 'hello' > file.txt"
|
|
||||||
|
|
||||||
- name: Who and Where am I
|
- name: Who and Where am I
|
||||||
run: "ls -la && whoami && pwd"
|
run: "ls -la && whoami && pwd"
|
||||||
|
|
||||||
- name: Read from File
|
- name: Read from File
|
||||||
|
working-directory: ./content
|
||||||
run: "cat file.txt"
|
run: "cat file.txt"
|
||||||
|
|||||||
Reference in New Issue
Block a user