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 0feb6ce commit a951158
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 @@ -6,7 +6,7 @@ env:
continuePipeline: "false"
showTailLog: "false"
uploadFileCheck: "true"
inputstartfile: "taurus_1.yml"
inputstartfile: "../taurus_1.yml"

on: push
jobs:
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: List Files
run: ls -R /github/workspace/
run: pwd
- name: Set Environment Variable
run: echo ${{github.workspace}}
- name: PerforceAction
Expand Down

0 comments on commit a951158

Please sign in to comment.