Skip to content

Commit 1451cb1

Browse files
authored
fix(ci): yaml formatting in master workflow
1 parent 69565c8 commit 1451cb1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/master.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ jobs:
124124
cache-from: type=registry,ref=solidnerd/bookstack-dev:${{ github.sha }}
125125
cache-to: type=registry,ref=solidnerd/bookstack-dev:${{ github.sha }}
126126

127-
- name: Update repo description
128-
uses: peter-evans/dockerhub-description@e98e4d1628a5f3be2be7c231e50981aee98723ae # v4.0.0
129-
with:
130-
username: ${{ vars.DOCKERHUB_USERNAME }}
131-
password: ${{ secrets.DOCKER_PASSWORD }}
132-
repository: solidnerd/bookstack
127+
- name: Update repo description
128+
uses: peter-evans/dockerhub-description@e98e4d1628a5f3be2be7c231e50981aee98723ae # v4.0.0
129+
with:
130+
username: ${{ vars.DOCKERHUB_USERNAME }}
131+
password: ${{ secrets.DOCKER_PASSWORD }}
132+
repository: solidnerd/bookstack

0 commit comments

Comments
 (0)