Checking path

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

View file

@ -21,6 +21,9 @@ jobs:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: Display the path
run: echo $PATH
shell: bash
- name: 'checkout'
uses: actions/checkout@v2
- name: 'build and deploy'