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'
|
||||
steps:
|
||||
- name: Display the path
|
||||
run: echo $PATH
|
||||
run: pwd
|
||||
shell: bash
|
||||
- name: 'checkout'
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue