diff --git a/.github/workflows/gateway-conformance.yml b/.github/workflows/gateway-conformance.yml index 724255d0ec7..5d7bdecf23c 100644 --- a/.github/workflows/gateway-conformance.yml +++ b/.github/workflows/gateway-conformance.yml @@ -18,7 +18,7 @@ defaults: shell: bash env: - # hostnames expected by https://github.com/hannahhoward/gateway-conformance + # hostnames expected by https://github.com/ipfs/gateway-conformance GATEWAY_PUBLIC_GATEWAYS: | { "example.com": { @@ -41,7 +41,7 @@ jobs: steps: # 1. Download the gateway-conformance fixtures - name: Download gateway-conformance fixtures - uses: hannahhoward/gateway-conformance/.github/actions/extract-fixtures@7ed58d142a6a8295777f5a6a5bd4f8e68c179355 + uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@c09153b25e3ca9814cc1a5fc981d71dda51310dd with: output: fixtures @@ -96,7 +96,7 @@ jobs: # 6. Run the gateway-conformance tests - name: Run gateway-conformance tests - uses: hannahhoward/gateway-conformance/.github/actions/test@7ed58d142a6a8295777f5a6a5bd4f8e68c179355 + uses: ipfs/gateway-conformance/.github/actions/test@c09153b25e3ca9814cc1a5fc981d71dda51310dd with: gateway-url: http://127.0.0.1:8080 json: output.json @@ -129,7 +129,7 @@ jobs: steps: # 1. Download the gateway-conformance fixtures - name: Download gateway-conformance fixtures - uses: hannahhoward/gateway-conformance/.github/actions/extract-fixtures@7ed58d142a6a8295777f5a6a5bd4f8e68c179355 + uses: ipfs/gateway-conformance/.github/actions/extract-fixtures@c09153b25e3ca9814cc1a5fc981d71dda51310dd with: output: fixtures @@ -202,7 +202,7 @@ jobs: # 9. Run the gateway-conformance tests over libp2p - name: Run gateway-conformance tests over libp2p - uses: hannahhoward/gateway-conformance/.github/actions/test@7ed58d142a6a8295777f5a6a5bd4f8e68c179355 + uses: ipfs/gateway-conformance/.github/actions/test@c09153b25e3ca9814cc1a5fc981d71dda51310dd with: gateway-url: http://127.0.0.1:8092 json: output.json