Skip to content

Adds init_instance workflow #5

Adds init_instance workflow

Adds init_instance workflow #5

Workflow file for this run

name: Initialize instantiated template
on:
push:
paths:
- '.github/workflows/init_instance.yml'
jobs:
build:
runs-on: ubuntu-latest
if: github.repository_owner != 'BMCV'
permissions:
admin: write
steps:
- name: Initialize repository
uses: actions/checkout@v2
- name: Register repository
uses: dacbd/create-issue-action@main
with:
token: ${{ github.token }}
title: Instance: ${{ github.repository }}

Check failure on line 28 in .github/workflows/init_instance.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/init_instance.yml

Invalid workflow file

You have an error in your yaml syntax on line 28
body: |
**Register:** ${{ github.repository }}
repo: BMCV/${{ github.event.repository.name }}