Skip to content

Commit 68c72b6

Browse files
🩹 [Patch]: Fix workflow YAML indentation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 849de16 commit 68c72b6

1 file changed

Lines changed: 28 additions & 28 deletions

File tree

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
name: Process-PSModule
22

33
on:
4-
workflow_dispatch:
5-
schedule:
6-
- cron: '0 0 * * *'
7-
push:
8-
branches:
9-
- main
10-
pull_request:
11-
branches:
12-
- main
13-
types:
14-
- closed
15-
- opened
16-
- reopened
17-
- synchronize
18-
- labeled
19-
- unlabeled
4+
workflow_dispatch:
5+
schedule:
6+
- cron: '0 0 * * *'
7+
push:
8+
branches:
9+
- main
10+
pull_request:
11+
branches:
12+
- main
13+
types:
14+
- closed
15+
- opened
16+
- reopened
17+
- synchronize
18+
- labeled
19+
- unlabeled
2020

2121
concurrency:
22-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
23-
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
22+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
23+
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
2424

2525
permissions: {}
2626

2727
jobs:
28-
Process-PSModule:
29-
permissions:
30-
contents: read
31-
pages: write
32-
id-token: write
33-
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v8
34-
secrets:
35-
PSGALLERY_API_KEY: ${{ secrets.PSGALLERY_API_KEY }}
36-
GitHubAppClientId: ${{ secrets.SHELLY_CLIENT_ID }}
37-
GitHubAppPrivateKey: ${{ secrets.SHELLY_PRIVATE_KEY }}
28+
Process-PSModule:
29+
permissions:
30+
contents: read
31+
pages: write
32+
id-token: write
33+
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v8
34+
secrets:
35+
PSGALLERY_API_KEY: ${{ secrets.PSGALLERY_API_KEY }}
36+
GitHubAppClientId: ${{ secrets.SHELLY_CLIENT_ID }}
37+
GitHubAppPrivateKey: ${{ secrets.SHELLY_PRIVATE_KEY }}

0 commit comments

Comments
 (0)