Skip to content

build(deps): bump the minor-and-patch group across 1 directory with 1… #275

build(deps): bump the minor-and-patch group across 1 directory with 1…

build(deps): bump the minor-and-patch group across 1 directory with 1… #275

Workflow file for this run

name: Mise à jour de la branche staging
# on:
# push:
# branches: [recette]
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - name: Merge recette -> staging
# uses: devmasx/merge-branch@master
# with:
# type: now
# from_branch: recette
# target_branch: staging
# message: Merge auto recette into staging
# github_token: ${{ secrets.GITHUB_TOKEN }}