Skip to content

Commit

Permalink
Update multi-ver.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gnpaone authored Aug 22, 2024
1 parent 974803f commit 53e33c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/multi-ver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Winget Version Badge
uses: gnpaone/winget-badge@latest
uses: gnpaone/winget-version-badge@v1.0.0
with:
id: "GitHub.cli,Git.Git"
marker_text: "TEST_PKG_1,TEST_PKG_2"
Expand All @@ -32,4 +32,4 @@ jobs:
for i in "${!array[@]}"; do
echo "ver$i=${array[$i]}" >> $GITHUB_OUTPUT
done

0 comments on commit 53e33c0

Please sign in to comment.