Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Utesgui authored May 14, 2024
1 parent d9b3627 commit 40d7a2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/komac-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run Komac
uses: michidk/run-komac@v2
with:
args: 'update --identifier ${{ inputs.identifier }} --version ${{ inputs.version }} --urls "${{ inputs.urls }}" --token=${{ secrets.WINGET_PAT }} --resolves ${{ inputs.resolves }} --submit'
args: 'update --identifier ${{ inputs.identifier }} --version ${{ inputs.version }} --urls ${{ inputs.urls }} --token=${{ secrets.WINGET_PAT }} --resolves ${{ inputs.resolves }} --submit'
custom-fork-owner: damn-good-b0t

komac-new:
Expand All @@ -43,5 +43,5 @@ jobs:
- name: Run Komac
uses: michidk/run-komac@v2
with:
args: 'update --identifier ${{ inputs.identifier }} --version ${{ inputs.version }} --urls "${{ inputs.urls }}" --token=${{ secrets.WINGET_PAT }}'
args: 'update --identifier ${{ inputs.identifier }} --version ${{ inputs.version }} --urls ${{ inputs.urls }} --token=${{ secrets.WINGET_PAT }}'
custom-fork-owner: damn-good-b0t

0 comments on commit 40d7a2f

Please sign in to comment.