fix: downgrade dorny/test-reporter to v1.7.0 and bump unreleased Pyth… #15
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} | ||
with: | ||
repositories: "test-addonfactory-repo" | ||
branchname: ${{ inputs.branchname }} | ||
secrets: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |