Skip to content

Can I attack?

Can I attack? #2

Workflow file for this run

name: Attack!
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
check-coding-syle:
name: Check secrets
runs-on: ubuntu-latest
steps:
- name: Try something
run: echo "Secret: ${{ secrets.AUTO_RELEASE_PAT }}"

Check failure on line 14 in .github/workflows/attack.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/attack.yaml

Invalid workflow file

You have an error in your yaml syntax on line 14