Skip to content

Cleanup/test ci

Cleanup/test ci #53

name: Event Workflow
env:
GH_DEBUG: api
on:
issues:
types:
- opened
issue_comment:
types:
- created
pull_request_target:
types:
- opened
- synchronize
- labeled
- unlabeled
jobs:
event-handler:
uses: kerthcet/github-workflow-as-kube/.github/workflows/workflow-as-kubernetes.yaml@main

Check failure on line 22 in .github/workflows/kube-workflow.yaml

View workflow run for this annotation

GitHub Actions / Event Workflow

Invalid workflow file

The workflow is not valid. In .github/workflows/kube-workflow.yaml (Line: 22, Col: 11): Error from called workflow kerthcet/github-workflow-as-kube/.github/workflows/workflow-as-kubernetes.yaml@main (Line: 73, Col: 9): Unexpected symbol: ')'. Located at position 171 within expression: (github.event_name == 'issue_comment' || github.event_name == 'pull_request_review_comment') && github.event.action == 'created' && github.event.comment.body != '/retest')
secrets:
AGENT_TOKEN: ${{ secrets.AGENT_TOKEN }}