Skip to content

Merge pull request #104 from step-security/stepsecurity_remediation_1… #12

Merge pull request #104 from step-security/stepsecurity_remediation_1…

Merge pull request #104 from step-security/stepsecurity_remediation_1… #12

name: Auto Cherry-Pick from Upstream
on:
workflow_dispatch:
inputs:
base_branch:
description: "Base branch to create the PR against"
required: true
default: "main"
script:
description: "Specify the npm/yarn script to run if available"
required: false
default: "yarn build"
package_manager:
description: "Specify package manager if available (npm or yarn)"
required: false
default: "yarn"
permissions:
contents: write
pull-requests: write
packages: read
issues: write
jobs:
audit-fix:
uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@fix_UpStream-Changes-Cherry-Pick
with:
original-owner: "amannn"
repo-name: "action-semantic-pull-request

Check failure on line 31 in .github/workflows/auto_cherry_pick.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/auto_cherry_pick.yml

Invalid workflow file

You have an error in your yaml syntax on line 31
base_branch: ${{ inputs.base_branch }}
script: ${{ inputs.script }}
package_manager: ${{ inputs.package_manager }}