Skip to content

Commit

Permalink
add name to step in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Nov 12, 2020
1 parent 07c4803 commit 050d910
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ npm install --save-dev surge
And add the following to your GitHub Action workflow after your tests have completed and you have built your compile targets/documentation.

```yaml
- uses: bevry-actions/surge@main
- name: publish to surge
uses: bevry-actions/surge@main
with:
surgeLogin: ${{secrets.SURGE_LOGIN}}
surgeToken: ${{secrets.SURGE_TOKEN}}
Expand Down

0 comments on commit 050d910

Please sign in to comment.