Skip to content

Chore(deps): Bump node from 20.8.0-alpine to 21.0.0-alpine (#403) #808

Chore(deps): Bump node from 20.8.0-alpine to 21.0.0-alpine (#403)

Chore(deps): Bump node from 20.8.0-alpine to 21.0.0-alpine (#403) #808

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