Skip to content

feat(network): playing with udp #181

feat(network): playing with udp

feat(network): playing with udp #181

Workflow file for this run

name: 🍵 Gitea
on:
push:
branches:
- 'Year*-*'
jobs:
commit:
name: 🫖 Commit to Gitea
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout
uses: actions/checkout@v4
- name: 📝 Commit
id: commit
run: |
git config --global user.name 'PunGrumpy'
git config --global user.email ${{ secrets.EMAIL_GITEA }}
git remote add gitea https://PunGrumpy:${{ secrets.GITEA_TOKEN }}@gitea.com/Mephisto/KMITL.git
git fetch --unshallow
git push -f gitea HEAD:${{ github.ref }}