Skip to content

Update actions/checkout action to v4 #70

Update actions/checkout action to v4

Update actions/checkout action to v4 #70

Workflow file for this run

name: Feature branch
on:
pull_request:
branches: [ main ]
types: [opened, synchronize, reopened]
jobs:
perform:
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 }}"