Skip to content

first commit

first commit #1

Workflow file for this run

name: Refresh XML Outputs
on:
workflow_dispatch:
push:
branches:
- main
paths:
- configurations/**
jobs:
refreshOutputs:
runs-on: ubuntu-latest
steps:
- name: 🛎️ Checkout code
uses: actions/checkout@v4.1.7
- uses: actions/setup-node@v4.0.3
name: 📦 Setup Node.js environment
- name: ☕ Install dependencies
run: |
npm install
- name: 🤖 Generate XML files
run: |
npm start
- name: 🚀 Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
title: Update XML Outputs
body: |
This PR update the /output folder files based on /configurations files