Present working directory check
This commit is contained in:
parent
ff789ee5ca
commit
2180e5381c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
steps:
|
steps:
|
||||||
- name: Display the path
|
- name: Display the path
|
||||||
run: echo $PATH
|
run: pwd
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: 'checkout'
|
- name: 'checkout'
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Add table
Reference in a new issue