Skip to content

Remove umlaut from my name #9

Remove umlaut from my name

Remove umlaut from my name #9

Workflow file for this run

name: "Generate PDF"
on:
push:
branches:
jobs:
generate-pdf:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- run: ./generate_pdf.sh
- name: Commit and push
run: |
git config --global user.email "[email protected]"
git config --global user.name "pkoch's GitHub Action"
git add -f latest.pdf
git commit -m "Generate PDF"
git push