Skip to content

Node 20

Node 20 #94

Workflow file for this run

name: Feature branch
on:
pull_request:
branches: [ "master" ]
types: [opened, synchronize, reopened, closed, labeled, unlabeled]
jobs:
default:
uses: cloudposse/github-actions-workflows-github-action-composite/.github/workflows/feature-branch.yml@main
with:
organization: "${{ github.event.repository.owner.login }}"
repository: "${{ github.event.repository.name }}"
ref: "${{ github.event.pull_request.head.ref }}"
secrets:
github-private-actions-pat: "${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"