Skip to content

chore: add azure.yaml #2

chore: add azure.yaml

chore: add azure.yaml #2

Workflow file for this run

name: Update workshop template
on:
push:
branches:
- main
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 "noda@free.fr"
./scripts/create-github-template.sh
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}