Skip to content

Commit 5b2e6cf

Browse files
committed
ci(workflows): regenerate the readme after promotion and follow the ci rename
1 parent a660a56 commit 5b2e6cf

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/auto-merge.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,11 @@ jobs:
1313
source: experimental
1414
target: stable
1515
mode: overwrite
16+
17+
readme:
18+
needs: merge
19+
permissions:
20+
contents: write
21+
uses: intisy/workflows/.github/workflows/readme.yml@main
22+
with:
23+
repository: ${{ github.repository }}

.github/workflows/ci.yaml

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

99
jobs:
1010
build:
11-
uses: Slimefun5/workflows/.github/workflows/ci.yaml@main
11+
uses: Slimefun5/workflows/.github/workflows/ci.yml@main

0 commit comments

Comments
 (0)