diff --git a/.gitea/workflows/jobs.yml b/.gitea/workflows/jobs.yml index a580a6e..70ccdf0 100644 --- a/.gitea/workflows/jobs.yml +++ b/.gitea/workflows/jobs.yml @@ -11,7 +11,6 @@ jobs: if: github.event_name == 'pull_request' steps: - uses: actions/checkout@v4 - fetch-depth: 0 - uses: actions/setup-python@v5 - run: apt-get update && apt-get install libxml2-utils -qqy - name: Fetch main branch @@ -51,6 +50,7 @@ jobs: if: github.ref == 'refs/heads/signed' && github.event_name == 'push' steps: - uses: actions/checkout@v4 + fetch-depth: 0 - uses: actions/setup-python@v5 - run: pip3 install requests - name: Install minisign diff --git a/scripts/modio.py b/scripts/modio.py index f067ec8..73eebd1 100644 --- a/scripts/modio.py +++ b/scripts/modio.py @@ -83,6 +83,8 @@ if not commit: previous_tag = get_previous_tag_in_series(tag) changelog = get_changelog(commit, previous_tag) +print (changelog) + headers = { 'Authorization': f'Bearer {oauth2_token}', 'Accept': 'application/json'