Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Oct 8, 2023
1 parent 069704e commit 5e76b0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
fetch-depth: 0
-
name: Get remote package data
uses: wei/curl@master
uses: valitydev/action-download-file@v1
with:
args: --silent "https://pkgs.alpinelinux.org/package/edge/community/x86_64/munin" --output ./package_data.html
url: https://pkgs.alpinelinux.org/package/edge/community/x86_64/munin
target-path: ./package_data.html
-
name: Get tag from package data
run: |
Expand Down

0 comments on commit 5e76b0a

Please sign in to comment.