We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
runs-on
steps
1 parent 644c4c3 commit ab4143eCopy full SHA for ab4143e
1 file changed
.github/workflows/deploy-all-domains.yml
@@ -6,7 +6,6 @@ on:
6
- cron: "15 21 * * Wed,Sun"
7
jobs:
8
deploy-all:
9
- runs-on: ubuntu-latest
10
strategy:
11
fail-fast: false
12
matrix:
@@ -27,8 +26,7 @@ jobs:
27
26
deploy-branch: main
28
secrets-id:
29
deploy-token: PTTCHROME_TOKEN
30
- steps:
31
- - uses: ./.github/workflows/deploy-ghpage.yml
32
- with: ${{ matrix.inputs }}
33
- secrets:
34
- deploy-token: ${{ secrets[matrix.secrets-id.deploy-token] }}
+ uses: ./.github/workflows/deploy-ghpage.yml
+ with: ${{ matrix.inputs }}
+ secrets:
+ deploy-token: ${{ secrets[matrix.secrets-id.deploy-token] }}
0 commit comments