Skip to content

Commit a6f33e2

Browse files
committed
Update SSH
1 parent 61f8827 commit a6f33e2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/coding-service-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
cancel-in-progress: true
2020

2121
jobs:
22-
##########
22+
###########
2323
build-push:
2424
runs-on: ubuntu-latest
2525

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616

1717

1818
jobs:
19-
##########
19+
###########
2020
build-push:
2121
runs-on: ubuntu-latest
2222
strategy:

.github/workflows/file-service-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
cancel-in-progress: true
2020

2121
jobs:
22-
##########
22+
###########
2323
build-push:
2424
runs-on: ubuntu-latest
2525

.github/workflows/sandbox-image-build-on-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
contents: read
1313

1414
jobs:
15-
####
15+
#####
1616
build-on-server:
1717
runs-on: ubuntu-latest
1818
steps:

0 commit comments

Comments
 (0)