Skip to content

Testing workflow

Testing workflow #2

Workflow file for this run

# .github/workflows/build.yml
name: Update SVG
on:
workflow_dispatch:
permissions:
contents: write
jobs:
report:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run the binary
run: |
ls -al

Check failure on line 17 in .github/workflows/update.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/update.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
chmod +x ishowoff_github
./ishowoff_github starttime=1702795555
- name: Commit report
run: |
git config --global user.name 'IShowOff'
git config --global user.email '[email protected]'
git commit -am "Automated report"
git push