Skip to content

chore(deps): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 in the patch group #365

chore(deps): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 in the patch group

chore(deps): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 in the patch group #365

Workflow file for this run

---
name: Sync the template repository
on: # yamllint disable-line rule:truthy
pull_request:
push:
branches: main
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Queue
uses: ahmadnassri/action-workflow-queue@v1.2
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Sync
uses: ahmadnassri/action-template-repository-sync@v2.6.3
with:
github-token: ${{ secrets.GH_TOKEN }}