From 36769ba82c43730687697867c89c3cf89acf5d2b Mon Sep 17 00:00:00 2001 From: Paulo Chang Date: Thu, 22 Feb 2024 10:24:51 +0100 Subject: [PATCH] Fix yaml format --- .github/workflows/push-permissions.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/push-permissions.yaml b/.github/workflows/push-permissions.yaml index c3b36eb..c2364dd 100644 --- a/.github/workflows/push-permissions.yaml +++ b/.github/workflows/push-permissions.yaml @@ -5,7 +5,6 @@ on: types: - resource-published - resource-unpublished - jobs: debug: runs-on: ubuntu-latest @@ -20,9 +19,9 @@ jobs: if: (github.event.client_payload.status == 200 || github.event.client_payload.status == 204) && endsWith(github.event.client_payload.path, '.md') runs-on: ubuntu-latest steps: - - name: Sleep for 90 seconds assuming query-index-search.json will be updated before - run: sleep 90s - shell: bash + - name: Sleep for 90 seconds assuming query-index-search.json will be updated before + run: sleep 90s + shell: bash - name: Remove .md extension id: removeMd uses: frabert/replace-string-action@v2