Skip to content

Changed version of Rancher dashboard into release-2.9 #20

Changed version of Rancher dashboard into release-2.9

Changed version of Rancher dashboard into release-2.9 #20

Workflow file for this run

name: Build and Release Extension Charts
on:
workflow_dispatch:
inputs:
release:
description: 'Release tag'
defaults:
run:
shell: bash
working-directory: ./
jobs:
build-extension-charts:
uses: rancher/dashboard/.github/workflows/build-extension-charts.yml@@release-2.9

Check failure on line 16 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yaml

Invalid workflow file

invalid value workflow reference: too many '@' in workflow reference
permissions:
actions: write
contents: write
deployments: write
pages: write
with:
target_branch: gh-pages
tagged_release: ${{ github.event.inputs.release }}