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 6, 2024
1 parent 7509aa1 commit f5c67db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: actions/[email protected]
- name: List Files
run: ls -R
- name: Set Environment Variable
run: echo "FILE_PATH=taurus_1.yml" >> $GITHUB_ENV
- name: PerforceAction
uses: dnyanesh-nagre-perforce/[email protected]
id: run-test
Expand All @@ -26,4 +28,4 @@ jobs:
continuePipeline: ${{env.continuePipeline}}
showTailLog: ${{env.showTailLog}}
uploadFileCheck: ${{env.uploadFileCheck}}
inputstartfile: taurus_1.yml
inputstartfile: $FILE_PATH

0 comments on commit f5c67db

Please sign in to comment.