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

fix: create version.json only once #3

fix: create version.json only once

fix: create version.json only once #3

Workflow file for this run

name: Copy Templates
on:
workflow_dispatch:
inputs:
targets:
description: "List of repository names to deploy to"
required: true
jobs:
copy:
uses: protocol/.github/workflows/process.yml@v1.0.0

Check failure on line 12 in .github/workflows/copy-templates.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/copy-templates.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/copy-templates
script: copy-templates.sh
defaults: |
{
"Go": {
"files": [
".github/workflows/go-test.yml",
".github/workflows/go-check.yml",
".github/workflows/releaser.yml",
".github/workflows/release-check.yml",
".github/workflows/tagpush.yml",
"version.json"
]
},
"JavaScript": {
"files": [
".github/workflows/js-test-and-release.yml"
]
},
"TypeScript": {
"files": [
".github/workflows/js-test-and-release.yml"
]
}
}