From 810cd32207aed6bc84461c953cfdeea43f1b43f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Daoust?= Date: Sat, 10 Jul 2021 17:06:35 +0200 Subject: [PATCH] Update workflows: adjust checkout branch for Reffy (#300) Needed following switch to "main" in Reffy. --- .github/workflows/update-ed.yml | 2 +- .github/workflows/update-tr.yml | 2 +- index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-ed.yml b/.github/workflows/update-ed.yml index 2bee9a1a61a4..d487cb92c66b 100644 --- a/.github/workflows/update-ed.yml +++ b/.github/workflows/update-ed.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@master with: repository: w3c/reffy - ref: master + ref: main fetch-depth: 1 path: reffy - name: Setup node.js diff --git a/.github/workflows/update-tr.yml b/.github/workflows/update-tr.yml index 71621ac3cafe..dad2654424aa 100644 --- a/.github/workflows/update-tr.yml +++ b/.github/workflows/update-tr.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@master with: repository: w3c/reffy - ref: master + ref: main fetch-depth: 1 path: reffy - name: Setup node.js diff --git a/index.html b/index.html index bdd28b56bafb..e3951640b366 100644 --- a/index.html +++ b/index.html @@ -40,7 +40,7 @@

Published reports

About Reffy

-

Reffy was initially created by François Daoust and Dominique Hazaël-Massieux during the 2016 edition of the W3C Geek Week, and updated during the 2017 edition of that same W3C Geek Week. Code and instructions are available on GitHub. Feel free to report bugs The code is available under an MIT license.

+

Reffy was initially created by François Daoust and Dominique Hazaël-Massieux during the 2016 edition of the W3C Geek Week, and updated during the 2017 edition of that same W3C Geek Week. Code and instructions are available on GitHub. Feel free to report bugs. The code is available under an MIT license.