You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bm...@apache.org on 2022/03/22 22:21:41 UTC

[shiro-site] 01/01: fix typo for staging action.

This is an automated email from the ASF dual-hosted git repository.

bmarwell pushed a commit to branch staging-fix
in repository https://gitbox.apache.org/repos/asf/shiro-site.git

commit cfbb61d2470088388a73c07af6bd8011ac9d8085
Author: Benjamin Marwell <bm...@apache.org>
AuthorDate: Tue Mar 22 16:44:36 2022 +0100

    fix typo for staging action.
---
 .github/workflows/staging.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml
index b646c7c..d3878ad 100644
--- a/.github/workflows/staging.yml
+++ b/.github/workflows/staging.yml
@@ -15,7 +15,9 @@
 # specific language governing permissions and limitations
 # under the License.
 
-name: Stage main branch
+# This action will make the current branch available
+# under https://shiro.staged.apache.org/
+name: Stage current branch
 
 on:
   workflow_dispatch: {}
@@ -29,7 +31,6 @@ jobs:
       - name: 'Checkout main'
         uses: actions/checkout@v2
         with:
-          ref: 'main'
           path: 'src'
           persist-credentials: false
 
@@ -37,7 +38,7 @@ jobs:
         shell: bash
         working-directory: ./src
 
-      - run: mv src/site/asssets/robots.staging.txt src/site/asssets/robots.txt
+      - run: mv src/site/assets/robots.staging.txt src/site/assets/robots.txt
         shell: bash
         working-directory: ./src