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 afab712 commit 91fd8e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ env:
continuePipeline: "false"
showTailLog: "false"
uploadFileCheck: "true"
inputstartfile: "taurus_1.yml"

on: push
jobs:
Expand All @@ -28,4 +29,4 @@ jobs:
continuePipeline: ${{env.continuePipeline}}
showTailLog: ${{env.showTailLog}}
uploadFileCheck: ${{env.uploadFileCheck}}
inputstartfile: ${{ github.workspace }}/taurus_1.yml
inputstartfile: ${{env.inputstartfile}}

0 comments on commit 91fd8e0

Please sign in to comment.