dep

Package manager for embedded C libraries
git clone git://git.finwo.net/app/dep
Log | Files | Refs | README | LICENSE

commit 16a9b0007dcf72397ab0602aea74b1d90d7635d8
parent 2c336985c79c2f60711f42ba902932a992da59b8
Author: finwo <finwo@pm.me>
Date:   Sat, 14 Mar 2026 03:53:53 +0100

Simplify repo in action.yml

Diffstat:
Maction.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/action.yml b/action.yml @@ -35,7 +35,7 @@ runs: mkdir -p "${GITHUB_ACTION_PATH}/dist" - RESPONSE=$(curl -sL "https://api.github.com/repos/${{ github.action_repository }}/releases/tags/$TAG") + RESPONSE=$(curl -sL "https://api.github.com/repos/finwo/dep/releases/tags/$TAG") DOWNLOAD_URL=$(echo "$RESPONSE" | grep -o '"browser_download_url": *"[^"]*'"$ARTIFACT"'[^"]*"' | sed 's/.*"browser_download_url": *"\([^"]*\)".*/\1/') if [ -n "$DOWNLOAD_URL" ]; then