Skip to content

Commit

Permalink
Merge pull request #2 from piroinno/init
Browse files Browse the repository at this point in the history
${{ inputs.mainbranch }}
  • Loading branch information
piroinno authored Mar 24, 2023
2 parents 2018365 + 1d0d788 commit 3c941d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/manifest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:
$ManifestContent | Set-Content -Path $Manifest.FullName
}
"test" > test.txt
- name: Commit and pr to state
- name: Commit and pr to ${{ inputs.mainbranch }}
shell: pwsh
run: |
if((git status --porcelain)){
Expand Down

0 comments on commit 3c941d3

Please sign in to comment.