Skip to content

Commit

Permalink
Update workflows: adjust checkout branch for Reffy (#300)
Browse files Browse the repository at this point in the history
Needed following switch to "main" in Reffy.
  • Loading branch information
tidoust authored Jul 10, 2021
1 parent 9446803 commit 810cd32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-ed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-tr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h2>Published reports</h2>

<section>
<h2>About Reffy</h2>
<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>
<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>
</section>
</body>
</html>

0 comments on commit 810cd32

Please sign in to comment.