Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Jul 25, 2023
1 parent 73d67e2 commit f023f43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-badge.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# based on https://github.com/libp2p/test-plans/pull/86
name: Update Badge

on:
pull_request:
workflow_run:
workflows:
- Test Production (e2e)
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: pl-strflt/job-summary-url-action@v1
name: get-metadata
name: metadata
with:
workflow: test-prod-e2e.yml # ${{ github.event.workflow.path }}
run_id: ${{ github.event.workflow_run.id }}
Expand All @@ -36,7 +36,7 @@ jobs:
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config user.name "github-actions[bot]"
- run: |
GITHUB_JOB_SUMMARY_URL="${{ steps.get-metadata.outputs.job_summary_url }}"
GITHUB_JOB_SUMMARY_URL="${{ steps.metadata.outputs.job_summary_url }}"
IN='[![Conformance Production Dashboard](https://github.com/ipfs/gateway-conformance/actions/workflows/test-prod-e2e.yml/badge.svg?branch=master)](.*)'
ESCAPED_IN=$(printf '%s\n' "$IN" | sed -e 's/[][\/!&]/\\&/g')
Expand Down

0 comments on commit f023f43

Please sign in to comment.