Skip to content

Chore(deps): Bump node from 21.3.0-alpine to 21.4.0-alpine #295

Chore(deps): Bump node from 21.3.0-alpine to 21.4.0-alpine

Chore(deps): Bump node from 21.3.0-alpine to 21.4.0-alpine #295

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
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
upstream_branch: main
is_dry_run: true
is_allow_hooks: true