mirror of
https://github.com/hernikplays/freelo-action.git
synced 2024-11-12 19:48:07 +01:00
21 lines
No EOL
433 B
YAML
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: "" |