Skip to content

Commit 4b48504

Browse files
authored
style: format YAML files (#8)
1 parent 386d503 commit 4b48504

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/autoupdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
if: ${{ steps.git-diff.outputs.diff == 'true' }}
4747
uses: coatl-dev/actions/pr-create@v3
4848
with:
49-
gh-token: ${{ secrets.COATL_BOT_GH_TOKEN }}
49+
gh-token: ${{ secrets.COATL_BOT_GH_TOKEN }}

.github/workflows/publish-2.7.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: publish-2.7
22

33
on:
44
push:
5-
branches:
5+
branches:
66
- 'coatl'
7-
paths:
7+
paths:
88
- '.github/workflows/publish-2.7.yml'
99
- '2.7/**'
1010
schedule:
11-
- cron: '0 8 28 * *'
11+
- cron: '0 8 28 * *'
1212

1313
jobs:
1414
publish:
@@ -35,4 +35,4 @@ jobs:
3535
tags: ${{ matrix.image.tags }}
3636
username: ${{ vars.DOCKERHUB_USERNAME }}
3737
secrets:
38-
password: ${{ secrets.DOCKERHUB_TOKEN }}
38+
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/publish-3.12.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: publish-3.12
22

33
on:
44
push:
5-
branches:
5+
branches:
66
- 'coatl'
7-
paths:
7+
paths:
88
- '.github/workflows/publish-3.12.yml'
99
- '3.12/**'
1010
schedule:
11-
- cron: '0 20 14,28 * *'
11+
- cron: '0 20 14,28 * *'
1212

1313
jobs:
1414
tagger:
@@ -64,4 +64,4 @@ jobs:
6464
tags: ${{ matrix.image.tags }}
6565
username: ${{ vars.DOCKERHUB_USERNAME }}
6666
secrets:
67-
password: ${{ secrets.DOCKERHUB_TOKEN }}
67+
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
build-cache-key: ${{ inputs.version }}-${{ inputs.variant }}
4545
build-digest-key: ${{ inputs.version }}-${{ inputs.variant }}
4646
secrets:
47-
registry-password: ${{ secrets.password }}
47+
registry-password: ${{ secrets.password }}

0 commit comments

Comments
 (0)