Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pjain05 authored Jan 8, 2024
1 parent 702e048 commit fa47a58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: List Files
run: ls -R
- name: Set Environment Variable
run: echo "FILE_PATH=taurus_1.yml" >> $GITHUB_ENV
run: echo ${{github.workspace}}
- name: PerforceAction
uses: dnyanesh-nagre-perforce/[email protected]
id: run-test
Expand All @@ -29,4 +29,4 @@ jobs:
continuePipeline: ${{env.continuePipeline}}
showTailLog: ${{env.showTailLog}}
uploadFileCheck: ${{env.uploadFileCheck}}
inputstartfile: ${{github.workspace}}${{env.inputstartfile}}
inputstartfile: ${{.:github.workspace}}/${{env.inputstartfile}}

0 comments on commit fa47a58

Please sign in to comment.