mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-22 22:06:42 +00:00
Add pwd as prefix
Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
d0f80683e7
commit
ecbf260e57
5
.github/workflows/main.yaml
vendored
5
.github/workflows/main.yaml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user