Skip to content

Commit

Permalink
fix submit var context
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mnich committed May 12, 2024
1 parent f12f034 commit 2ed96a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/GithubReleases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
komac-token: ${{ secrets.WINGET_PAT }}
komac-version: latest
custom-fork-owner: damn-good-b0t
submit: ${{ env.SUBMIT_PR }}
submit: ${{ vars.SUBMIT_PR }}
2 changes: 1 addition & 1 deletion .github/workflows/update-via-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
WebsiteURL: ${{ matrix.WebsiteURL }}
PackageName: ${{ matrix.PackageName }}
With: ${{ matrix.With }}
Submit: ${{ env.SUBMIT_PR }}
Submit: ${{ vars.SUBMIT_PR }}
run: .\Scripts\generic.ps1


0 comments on commit 2ed96a6

Please sign in to comment.