Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

feat: generalise copy-workflow to cover update-go and delete-template… #1

feat: generalise copy-workflow to cover update-go and delete-template…

feat: generalise copy-workflow to cover update-go and delete-template… #1

Workflow file for this run

name: Update Go
on:
workflow_dispatch:
inputs:
targets:
description: "List of repository names to deploy to"
required: true
go:
description: "Go version to use"
required: true
jobs:
copy:
uses: protocol/.github/workflows/[email protected]

Check failure on line 15 in .github/workflows/update-go.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/update-go.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows
with:
targets: ${{ github.event.inputs.targets }}
branch: web3-bot/update-go
script: copy-templates.sh
defaults: |
{
"Go": {
"version": "${{ github.event.inputs.go }}"
}
}