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 e4f82eb commit 8c93f27Copy full SHA for 8c93f27
.github/workflows/compile.yml
@@ -121,18 +121,4 @@ jobs:
121
files: |
122
*.ELF
123
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 }}"}'
+
0 commit comments