Skip to content

Commit

Permalink
Retype action now using v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreymcgill committed Mar 14, 2022
1 parent e09a66f commit f1c1b94
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions guides/github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: retypeapp/action-build@v1
- uses: retypeapp/action-build@v2

- uses: retypeapp/action-github-pages@v1
- uses: retypeapp/action-github-pages@v2
with:
update-branch: true
```
Expand All @@ -82,7 +82,7 @@ If your project requires a Retype License Key, that key can be configured by add

{%{
```yml
- uses: retypeapp/action-build@v1
- uses: retypeapp/action-build@v2
with:
license: ${{ secrets.RETYPE_SECRET }}
```
Expand All @@ -107,11 +107,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: retypeapp/action-build@v1
- uses: retypeapp/action-build@v2
with:
license: {%{${{ secrets.RETYPE_SECRET }}}%}
- uses: retypeapp/action-github-pages@v1
- uses: retypeapp/action-github-pages@v2
with:
update-branch: true
```
Expand Down

0 comments on commit f1c1b94

Please sign in to comment.