Skip to content

Commit f3d044b

Browse files
committed
added @main
1 parent 3cba42c commit f3d044b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docker-image-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
update:
9-
uses: codeshelldev/gh-actions/.github/workflows/docker-image.yaml
9+
uses: codeshelldev/gh-actions/.github/workflows/docker-image.yaml@main
1010
with:
1111
registry: ghcr.io
1212
flavor: |

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
update:
9-
uses: codeshelldev/gh-actions/.github/workflows/docker-image.yaml
9+
uses: codeshelldev/gh-actions/.github/workflows/docker-image.yaml@main
1010
with:
1111
registry: ghcr.io
1212
flavor: |

.github/workflows/readme-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ on:
88

99
jobs:
1010
update:
11-
uses: codeshelldev/gh-actions/.github/workflows/readme-update.yaml
11+
uses: codeshelldev/gh-actions/.github/workflows/readme-update.yaml@main
1212
secrets:
1313
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)