Skip to content

Commit

Permalink
Fix yaml format
Browse files Browse the repository at this point in the history
  • Loading branch information
paulochang committed Feb 22, 2024
1 parent f22cef0 commit 36769ba
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/push-permissions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
types:
- resource-published
- resource-unpublished

jobs:
debug:
runs-on: ubuntu-latest
Expand All @@ -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
Expand Down

0 comments on commit 36769ba

Please sign in to comment.