Present working directory check

This commit is contained in:
Dat Adithya 2022-01-01 11:44:02 +05:30 committed by GitHub
parent ff789ee5ca
commit 2180e5381c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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