Dev #26

Open
overseer wants to merge 65 commits from dev into main
Showing only changes of commit d8ea71a295 - Show all commits
+1 -1
View File
@@ -50,7 +50,7 @@ jobs:
SHA: ${{ github.sha }}
run: |
set -euo pipefail
command -v jq >/dev/null || sudo apt-get update -qq && sudo apt-get install -y -qq jq
if ! command -v jq >/dev/null; then sudo apt-get update -qq && sudo apt-get install -y -qq jq; fi
API="$SERVER/api/v1/repos/$REPO"
AUTH="Authorization: token $TOKEN"
VERSION="${SHA:0:8}"