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 5, 2024
1 parent 47518e4 commit e3816c9
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"
inputAllFiles: "https://github.com/dnyanesh-nagre-perforce/blaze-action/blob/main/taurus.yml"
inputstartfile: "https://github.com/dnyanesh-nagre-perforce/blaze-action/blob/main/taurus.yml"

on: push
jobs:
Expand All @@ -25,4 +25,4 @@ jobs:
continuePipeline: ${{env.continuePipeline}}
showTailLog: ${{env.showTailLog}}
uploadFileCheck: ${{env.uploadFileCheck}}
inputAllFiles: ${{env.inputAllFiles}}
inputstartfile: ${{env.inputstartfile}}

0 comments on commit e3816c9

Please sign in to comment.