diff --git a/.github/workflows/download_pgo.yml b/.github/workflows/download_pgo.yml index 3daefabb..a3f6f59d 100644 --- a/.github/workflows/download_pgo.yml +++ b/.github/workflows/download_pgo.yml @@ -4,14 +4,14 @@ on: # - cron: "0 0 * * 2" # Every Tuesday at 00:00 workflow_dispatch: jobs: - update_providers: + update_pgo: runs-on: ubuntu-latest permissions: contents: write steps: - uses: actions/checkout@v3 - name: "Download new pgo_media_repo.pprof" - run: "curl -s --fail -X POST -H \"Authorization: Bearer ${PGO_MERGE}\" https://pgo-mmr.t2host.io/v1/merge?and_combine=true > pgo_media_repo.pprof" + run: "curl -sv --fail -X POST -H \"Authorization: Bearer ${PGO_MERGE}\" https://pgo-mmr.t2host.io/v1/merge?and_combine=true > pgo_media_repo.pprof" - uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: "Update pgo_media_repo.pprof"