ItsMadruga / MdgWa

Um módulo Xposed para personalizar seu WhatsApp.
https://coindrop.to/itsmadruga
GNU General Public License v3.0
186 stars 39 forks source link

```Fix Android CI Actions Error and Create Manual Build file: build.yml and Add Clear older runs``` #18

Closed cvnertnc closed 3 months ago

cvnertnc commented 3 months ago

Fix Android CI Error:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

And Create Manual Build file: build.yml

Add Clear older runs

Add android.yml and build.yml

  • name: Clear older runs env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | gh run list -L400 --json databaseId -q '.[].databaseId' | tail -n+10 | xargs -IID gh api "repos/$GITHUB_REPOSITORY/actions/runs/ID" -X DELETE || :