Skip to content

chore(deps): bump ahmadnassri/action-template-repository-sync from 2.5.0 to 2.6.0 #83

chore(deps): bump ahmadnassri/action-template-repository-sync from 2.5.0 to 2.6.0

chore(deps): bump ahmadnassri/action-template-repository-sync from 2.5.0 to 2.6.0 #83

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/[email protected]
- name: Checkout
uses: actions/checkout@v4
- name: Sync
uses: ahmadnassri/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}