From 050d91032b672a69a63d780c5b7c02a2b25257e5 Mon Sep 17 00:00:00 2001 From: Benjamin Lupton Date: Thu, 12 Nov 2020 15:05:43 +1100 Subject: [PATCH] add name to step in readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa11ea9..5f77363 100644 --- a/README.md +++ b/README.md @@ -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}}