Skip to content

yaml der huso

yaml der huso #18

Workflow file for this run

name: generate pixel
on:
workflow_dispatch:
push:
- main
jobs:
generate:
runs-on: ubuntu-latest
steps:

Check failure on line 9 in .github/workflows/pixel.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pixel.yaml

Invalid workflow file

You have an error in your yaml syntax on line 9
- uses: actions/checkout@v3
with:
persist-credentials: false
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: '3.11'
cache: 'pip'
- run: pip install -r requirements.txt
- run: ./bin/generate.sh
- name: Commit & Push changes
uses: actions-js/push@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}