We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bff5f0 commit 0636138Copy full SHA for 0636138
.github/workflows/auto-assign-issues.yml
@@ -6,6 +6,6 @@ on:
6
7
jobs:
8
auto-assign:
9
- uses: "tinted-theming/home/.github/workflows/shared-auto-assign-issues.yml@stable-actions"
+ uses: "tinted-theming/home/.github/workflows/shared-auto-assign-issues.yml@main"
10
secrets:
11
token: ${{ secrets.BOT_ACCESS_TOKEN }}
.github/workflows/update.yml
@@ -6,7 +6,7 @@ on:
build-and-commit:
- uses: "tinted-theming/home/.github/workflows/shared-build-template-and-commit-themes.yml@stable-actions"
+ uses: "tinted-theming/home/.github/workflows/shared-build-template-and-commit-themes.yml@main"
12
with:
0 commit comments