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 245133a commit 11c6164
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
- name: Set Environment Variable
run: echo "FILE_PATH=.github/workflows/taurus_1.yml" >> $GITHUB_ENV
- name: PerforceAction
uses: dnyanesh-nagre-perforce/[email protected]
id: run-test
Expand All @@ -26,4 +24,4 @@ jobs:
continuePipeline: ${{env.continuePipeline}}
showTailLog: ${{env.showTailLog}}
uploadFileCheck: ${{env.uploadFileCheck}}
inputstartfile: $FILE_PATH
inputstartfile: "taurus_1.yml"

0 comments on commit 11c6164

Please sign in to comment.