Skip to content

Commit 0345f35

Browse files
committed
Unify style
1 parent 7abd8a6 commit 0345f35

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: Checkout Wiki Repo 📃
9898
uses: actions/checkout@v3
9999
with:
100-
repository: ${{github.repository}}.wiki
100+
repository: ${{ github.repository }}.wiki
101101
path: wiki/
102102

103103
- name: Create tags and manifest 🏷
@@ -107,15 +107,15 @@ jobs:
107107
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.event_name == 'schedule'
108108
uses: stefanzweifel/git-auto-commit-action@49620cd3ed21ee620a48530e81dba0d139c9cb80 # dependabot updates to latest release
109109
with:
110-
commit_message: "Automated wiki publish for ${{github.sha}}"
110+
commit_message: "Automated wiki publish for ${{ github.sha }}"
111111
repository: wiki/
112112

113113
- name: Login to Docker Hub 🔐
114114
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.event_name == 'schedule'
115115
uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # dependabot updates to latest release
116116
with:
117-
username: ${{secrets.DOCKERHUB_USERNAME}}
118-
password: ${{secrets.DOCKERHUB_TOKEN}}
117+
username: ${{ secrets.DOCKERHUB_USERNAME }}
118+
password: ${{ secrets.DOCKERHUB_TOKEN }}
119119

120120
- name: Push Images to Docker Hub 📤
121121
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.event_name == 'schedule'

.github/workflows/hub-overview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- name: push README to Dockerhub for base-notebook 🐳
3535
uses: christian-korneck/update-container-description-action@d36005551adeaba9698d8d67a296bd16fa91f8e8 # dependabot updates to latest release
3636
env:
37-
DOCKER_USER: ${{secrets.DOCKERHUB_USERNAME}}
38-
DOCKER_PASS: ${{secrets.DOCKERHUB_TOKEN}}
37+
DOCKER_USER: ${{ secrets.DOCKERHUB_USERNAME }}
38+
DOCKER_PASS: ${{ secrets.DOCKERHUB_TOKEN }}
3939
with:
4040
destination_container_repo: jupyter/base-notebook
4141
provider: dockerhub

0 commit comments

Comments
 (0)