Skip to content

Commit 8c93f27

Browse files
authored
Remove accidental commit
1 parent e4f82eb commit 8c93f27

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -121,18 +121,4 @@ jobs:
121121
files: |
122122
*.ELF
123123
124-
trigger-auto-update:
125-
runs-on: ubuntu-latest
126-
needs: [build]
127-
strategy:
128-
matrix:
129-
repos: [israpps/FreeMcBoot-Installer, israpps/Funtuna-Fork]
130-
steps:
131-
- name: trigger israpps auto-update system
132-
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
133-
uses: peter-evans/repository-dispatch@v1
134-
with:
135-
token: ${{ secrets.IUS }}
136-
repository: ${{ secrets.IUS }}
137-
event-type: Component_update
138-
client-payload: '{"sha": "${{ github.sha }}"}'
124+

0 commit comments

Comments
 (0)