Compare commits
No commits in common. "e2d19e7f6890cccdd2c1d680552ce5fdc6b0675b" and "da8868f5bf4e85291acf997cee5ddbbee4151d21" have entirely different histories.
e2d19e7f68
...
da8868f5bf
2 changed files with 2 additions and 9 deletions
|
@ -87,10 +87,7 @@ create_issue() {
|
|||
-H "authorization: Basic $FORGEJO_TOKEN" \
|
||||
-H 'Content-Type: application/json' \
|
||||
-d "{
|
||||
\"title\": \"$repo/$name: upgrade to $upstream_version\",
|
||||
\"projects\": [
|
||||
$PROJECT_NUMBER
|
||||
]
|
||||
\"title\": \"$repo/$name: upgrade to $upstream_version\"
|
||||
}")
|
||||
|
||||
return 0
|
||||
|
@ -144,10 +141,7 @@ if [ -f not_in_anitya ]; then
|
|||
-H 'Content-Type: application/json' \
|
||||
-d "{
|
||||
\"title\": \"Add missing $repo packages to anitya\",
|
||||
\"body\": \"- [ ] $(sed '{:q;N;s/\n/\\n- [ ] /g;t q}' not_in_anitya)\",
|
||||
\"projects\": [
|
||||
$PROJECT_NUMBER
|
||||
]
|
||||
\"body\": \"- [ ] $(sed '{:q;N;s/\n/\\n- [ ] /g;t q}' not_in_anitya)\"
|
||||
}")
|
||||
|
||||
else
|
||||
|
|
|
@ -13,7 +13,6 @@ jobs:
|
|||
env:
|
||||
downstream: https://forge.ilot.io/api/packages/ilot/alpine/v3.20/ilot
|
||||
FORGEJO_TOKEN: ${{ secrets.forgejo_token }}
|
||||
PROJECT_NUMBER: 2
|
||||
steps:
|
||||
- name: Environment setup
|
||||
run: apk add grep coreutils gawk curl wget bash nodejs git jq sed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue