Skip to content

build(ci): bump ahmadnassri/action-template-repository-sync from 2.5.0 to 2.6.0 #2

build(ci): bump ahmadnassri/action-template-repository-sync from 2.5.0 to 2.6.0

build(ci): bump ahmadnassri/action-template-repository-sync from 2.5.0 to 2.6.0 #2

Workflow file for this run

name: Update template files
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
template-sync:
if: github.actor != 'dependabot[bot]' && github.repository == 'dailydevops/dotnet-template'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ahmadnassri/[email protected]
with:
github-token: ${{ secrets.TEMPLATE_SYNC }}
dry-run: false
skip-ci: true