Skip to content

Updated 20230715

Updated 20230715 #5

Workflow file for this run

on:
issues:
types: [opened]
jobs:
new_issue:
runs-on: ubuntu-latest
steps:

Check failure on line 8 in .github/workflows/new_issue.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/new_issue.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
- env:
GITHUB_TOKEN: ${{ secrets.LINUX-MALWARE }}
ISSUE_URL: ${{ github.event.issue.html_url }}
run: |
gh issue edit $ISSUE_URL --add-label "triage"