Skip to content

Merge branch 'main' into dependabot/docker/node-21.3.0-alpine #817

Merge branch 'main' into dependabot/docker/node-21.3.0-alpine

Merge branch 'main' into dependabot/docker/node-21.3.0-alpine #817

Workflow file for this run

name: test
on:
push:
# branches:
# - "!main"
# pull_request:
workflow_call:
workflow_dispatch:
jobs:
test-implementation-job:
runs-on: ubuntu-latest
steps:
# To use this repository's private action, you must check out the repository
- name: Checkout
uses: actions/checkout@v3
- name: Test action step
uses: ./ # Uses an action in the root directory
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_repo_path: AndreasAugustin/template.git
is_dry_run: true