Skip to content

Commit 0636138

Browse files
committed
Use "main" branch for stable github actions
1 parent 3bff5f0 commit 0636138

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-assign-issues.yml

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

77
jobs:
88
auto-assign:
9-
uses: "tinted-theming/home/.github/workflows/shared-auto-assign-issues.yml@stable-actions"
9+
uses: "tinted-theming/home/.github/workflows/shared-auto-assign-issues.yml@main"
1010
secrets:
1111
token: ${{ secrets.BOT_ACCESS_TOKEN }}

.github/workflows/update.yml

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

77
jobs:
88
build-and-commit:
9-
uses: "tinted-theming/home/.github/workflows/shared-build-template-and-commit-themes.yml@stable-actions"
9+
uses: "tinted-theming/home/.github/workflows/shared-build-template-and-commit-themes.yml@main"
1010
secrets:
1111
token: ${{ secrets.BOT_ACCESS_TOKEN }}
1212
with:

0 commit comments

Comments
 (0)