Skip to content

Chore(deps): Bump node from 20.6.0-alpine to 20.6.1-alpine (#385) #775

Chore(deps): Bump node from 20.6.0-alpine to 20.6.1-alpine (#385)

Chore(deps): Bump node from 20.6.0-alpine to 20.6.1-alpine (#385) #775

Workflow file for this run

name: test
on:
pull_request:
push:
# manual trigger
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