No need to cd-into because actions/checkout blows away current directory
This commit is contained in:
parent
7294097055
commit
4a2abac15c
@ -16,9 +16,6 @@ jobs:
|
|||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: cd into
|
|
||||||
run: cd blogcontent
|
|
||||||
|
|
||||||
- name: Block posts containing-tk
|
- name: Block posts containing-tk
|
||||||
run: |
|
run: |
|
||||||
# This is necessary because, if `grep ...` doesn't find anything, it will _return_ (not print) a value of 1
|
# This is necessary because, if `grep ...` doesn't find anything, it will _return_ (not print) a value of 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user