This commit is contained in:
Michel Roegl-Brunner 2025-03-13 14:01:46 +01:00
parent d9407023ec
commit 68e4dcbe8d

View File

@ -11,6 +11,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout Repository
uses: actions/checkout@v2
with:
repository: community-scripts/ProxmoxVED
ref: main
- name: Crawl from newreleases.io - name: Crawl from newreleases.io
env: env:
token: ${{ secrets.NEWRELEASES_TOKEN }} token: ${{ secrets.NEWRELEASES_TOKEN }}
@ -25,14 +31,8 @@ jobs:
echo "Project Name: $name, Project ID: $id, Version: $version" echo "Project Name: $name, Project ID: $id, Version: $version"
jq -n --arg name "$name" --arg version "$version" '{name: $name, version: $version}' > json/versions.json jq -n --arg name "$name" --arg version "$version" '{name: $name, version: $version}' > json/versions.json
done done
- name: Checkout Repository
uses: actions/checkout@v2
with:
repository: community-scripts/ProxmoxVED
ref: main
- name: Commit JSON - name: Commit JSON
run: | run: |
git config --global user.email "Github Actions[bot]" git config --global user.email "Github Actions[bot]"