Skip to content

feat: Initial ProjectBuilders #27

feat: Initial ProjectBuilders

feat: Initial ProjectBuilders #27

Workflow file for this run

name: Update template files
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
permissions:
contents: write
jobs:
template-sync:
if: github.actor != 'dependabot[bot]' && github.repository == 'dailydevops/dotnet-template'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- uses: ahmadnassri/action-template-repository-sync@3dbe8f75504de32c7dab84dd6820b94ba9e98708 # v2.6.10
with:
github-token: ${{ secrets.TEMPLATE_SYNC }}
dry-run: false
skip-ci: true