Skip to content

fix(#536): 🐛 issue with comments within .templatesyncignore #600

fix(#536): 🐛 issue with comments within .templatesyncignore

fix(#536): 🐛 issue with comments within .templatesyncignore #600

Workflow file for this run

name: test-hooks
on:
push:
# branches:
# - "!main"
# pull_request:
workflow_call:
workflow_dispatch:
jobs:
test-implementation-job:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
# To use this repository's private action, you must check out the repository
- name: Checkout
uses: actions/checkout@v4
- name: Test action step
uses: ./ # Uses an action in the root directory
env:
MY_VAR: "bar"
with:
source_repo_path: AndreasAugustin/template.git
upstream_branch: main
is_dry_run: true
is_allow_hooks: true