freelo-action/.github/workflows/run.yml
2024-07-30 15:26:09 +02:00

21 lines
No EOL
433 B
YAML

name: Run the action
on:
workflow_dispatch:
issues:
types: [opened, edited, closed, reopened, assigned, unassigned]
issue_comment:
types: [created, edited, deleted]
jobs:
run-my-action:
name: Checks if this action works
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./
with:
email: ""
api-key: ""
project-id: ""
task-id: ""