There was an error while loading. Please reload this page.
1 parent a660a56 commit 5b2e6cfCopy full SHA for 5b2e6cf
2 files changed
.github/workflows/auto-merge.yaml
@@ -13,3 +13,11 @@ jobs:
13
source: experimental
14
target: stable
15
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
@@ -8,4 +8,4 @@ on:
8
9
jobs:
10
build:
11
- uses: Slimefun5/workflows/.github/workflows/ci.yaml@main
+ uses: Slimefun5/workflows/.github/workflows/ci.yml@main
0 commit comments