mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-23 06:16:41 +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
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- name: PWD
|
|
||||||
run: echo $PWD
|
|
||||||
|
|
||||||
- name: Hello world action step
|
- name: Hello world action step
|
||||||
uses: ./
|
uses: ./
|
||||||
|
|
||||||
id: hello
|
id: hello
|
||||||
with:
|
with:
|
||||||
label: minor
|
label: minor
|
||||||
filePath: /package.json
|
filePath: $PWD/package.json
|
||||||
|
|
||||||
# ${{ github.event.label.name }}
|
# ${{ github.event.label.name }}
|
||||||
- name: Get the output time
|
- name: Get the output time
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user