Skip to content

ci: removing unused variable #109

ci: removing unused variable

ci: removing unused variable #109

name: "branch-test-release"
on:
workflow_dispatch:
inputs:
branchname:
description: "name of a branch that will be checked out in template repository"
required: true
type: string
default: ${{ github.ref_name }}
permissions:
contents: write
packages: read
pull-requests: read
statuses: write
jobs:
run-template-rollout:
uses: splunk/addonfactory-repository-template/.github/workflows/sync.yaml@${{ inputs.branchname }}

Check failure on line 19 in .github/workflows/branch-test-release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/branch-test-release.yml

Invalid workflow file

invalid value workflow reference: version cannot have whitespace: ${{ inputs.branchname }}
with:
repositories: "test-addonfactory-repo"
branchname: ${{ inputs.branchname }}
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}