Skip to content

chore: fix solution #113

chore: fix solution

chore: fix solution #113

Workflow file for this run

name: Update workshop template
on:
push:
branches:
- base
jobs:
update_packages:
name: Update
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Update template
run: |
git config --global user.name "sinedied"
git config --global user.email "[email protected]"
./scripts/repo/create-github-template.sh
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}