Skip to content

test

test #1

Workflow file for this run

name: Add Issue
on:
issues:
types: [opened]
jobs:
add-issue:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Add Issue
run: |
echo "Adding issue to repository..."
cat ISSUE_TEMPLATE.md >> $GITHUB_EVENT_PATH