mirror of
https://github.com/wahyd4/aria2-ariang-docker.git
synced 2026-08-08 21:05:50 +10:00
Fix syntax issue in bash
This commit is contained in:
@@ -78,7 +78,8 @@ jobs:
|
||||
env:
|
||||
API_KEY: ${{ secrets.BadgeAPIKey }}
|
||||
run: |
|
||||
VERSION=${GITHUB_REF#refs/tags/v}
|
||||
curl -XPUT -D- 'https://badges.toozhao.com/val/aria2-ui-docker' \
|
||||
-H 'Content-Type: application/json' \
|
||||
-H 'API_KEY': ${API_KEY} \
|
||||
-d '{"value": "${GITHUB_REF#refs/tags/v}"}'
|
||||
-d '{"value": "'${VERSION}'"}'
|
||||
|
||||
Reference in New Issue
Block a user