Skip to content

Commit 810cd32

Browse files
authoredJul 10, 2021
Update workflows: adjust checkout branch for Reffy (#300)
Needed following switch to "main" in Reffy.
1 parent 9446803 commit 810cd32

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.github/workflows/update-ed.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@master
1212
with:
1313
repository: w3c/reffy
14-
ref: master
14+
ref: main
1515
fetch-depth: 1
1616
path: reffy
1717
- name: Setup node.js

‎.github/workflows/update-tr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@master
1212
with:
1313
repository: w3c/reffy
14-
ref: master
14+
ref: main
1515
fetch-depth: 1
1616
path: reffy
1717
- name: Setup node.js

‎index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h2>Published reports</h2>
4040

4141
<section>
4242
<h2>About Reffy</h2>
43-
<p>Reffy was initially created by <a href="https://github.com/tidoust/">François Daoust</a> and <a href="https://github.com/dontcallmedom/">Dominique Hazaël-Massieux</a> during the 2016 edition of the <a href="https://www.w3.org/blog/2016/07/exploring-web-platform-cross-dependencies/">W3C Geek Week</a>, and updated during the 2017 edition of that same W3C Geek Week. Code and instructions are available on <a href="https://github.com/w3c/reffy" title="Reffy repository on GitHub">GitHub</a>. Feel free to report bugs The code is available under an <a href="https://github.com/w3c/reffy/blob/master/LICENSE">MIT license</a>.</p>
43+
<p>Reffy was initially created by <a href="https://github.com/tidoust/">François Daoust</a> and <a href="https://github.com/dontcallmedom/">Dominique Hazaël-Massieux</a> during the 2016 edition of the <a href="https://www.w3.org/blog/2016/07/exploring-web-platform-cross-dependencies/">W3C Geek Week</a>, and updated during the 2017 edition of that same W3C Geek Week. Code and instructions are available on <a href="https://github.com/w3c/reffy" title="Reffy repository on GitHub">GitHub</a>. Feel free to report bugs. The code is available under an <a href="https://github.com/w3c/reffy/blob/main/LICENSE">MIT license</a>.</p>
4444
</section>
4545
</body>
4646
</html>

0 commit comments

Comments
 (0)
Please sign in to comment.