build(mods): bump eng from 27864d1
to 185f53a
in the submodules group
#5
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |