Add pwd as prefix

Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar 2023-09-17 14:29:45 +03:00
parent d0f80683e7
commit ecbf260e57
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -22,16 +22,13 @@ jobs:
- name: Install dependencies
run: npm install
- name: PWD
run: echo $PWD
- name: Hello world action step
uses: ./
id: hello
with:
label: minor
filePath: /package.json
filePath: $PWD/package.json
# ${{ github.event.label.name }}
- name: Get the output time