Skip to content
Snippets Groups Projects
Commit bee2df74 authored by Travis Ralston's avatar Travis Ralston
Browse files

Fix workflow

parent 02755338
No related branches found
No related tags found
No related merge requests found
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment