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… #2

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

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

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

Check failure on line 15 in .github/workflows/delete-templates.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/delete-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/delete-templates
script: delete-templates.sh
override: |
{
"files": ${{ github.event.inputs.files }}
}