Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Jul 27, 2022
1 parent 2f95620 commit 7d249d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate.yml
Expand Up @@ -5,11 +5,9 @@ on:
branches:
- 'main'
paths:
- '.github/tpl/*'
- '.github/data/*'
- '.github/workflows/generate.yml'



jobs:
generate:
Expand Down Expand Up @@ -45,6 +43,7 @@ jobs:
datafile: .github/data/datafile.ini
files: |
base-vm/.github/tpl/test.tpl.yml : .github/workflows/test.yml
base-vm/.github/tpl/manual.tpl.yml : .github/workflows/manual.yml
base-vm/.github/dependabot.yml : .github/dependabot.yml
base-vm/.github/FUNDING.yml : .github/FUNDING.yml
base-vm/.github/workflows/readme.yml : .github/workflows/readme.yml
Expand All @@ -59,10 +58,11 @@ jobs:
git add node_modules
- uses: EndBug/add-and-commit@v9
with:
message: "Generated by https://github.com/vmactions/base-vm"
message: "Generated from https://github.com/vmactions/base-vm"
pull: '--rebase --autostash '
add: |
.github/workflows/readme.yml
.github/workflows/manual.yml
.github/workflows/test.yml
.github/tpl/README.tpl.md
.github/dependabot.yml
Expand Down

0 comments on commit 7d249d2

Please sign in to comment.