You've already forked .autoupdate
better formatting
This commit is contained in:
@@ -25,7 +25,8 @@ jobs:
|
||||
git clone --depth 1 https://${GIT_HOST}/aur/open-video-downloader-appimage
|
||||
cd open-video-downloader-appimage
|
||||
source PKGBUILD
|
||||
./push.sh $(curl -L -H "Accept: application/vnd.github+json" https://api.github.com/repos/${_srcmntr}/${_srcname}/releases/latest | jq ".tag_name" | sed 's|"||g;s|app-v||')
|
||||
./push.sh $(curl -L -H "Accept: application/vnd.github+json" \
|
||||
https://api.github.com/repos/${_srcmntr}/${_srcname}/releases/latest | jq -r ".tag_name" | sed 's|app-v||')
|
||||
env:
|
||||
GIT_NAME: ${{ vars.GIT_NAME }}
|
||||
GIT_EMAIL: ${{ vars.GIT_EMAIL }}
|
||||
|
||||
Reference in New Issue
Block a user