Skip to content

fix: fix the permission problem #4

fix: fix the permission problem

fix: fix the permission problem #4

Workflow file for this run

name: Build & Commit the resume PDF
on: [push]
jobs:
build & commit the resume PDF:

Check failure on line 5 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Build & Commit the resume PDF

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 5, Col: 5): The identifier 'build & commit the resume PDF' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
name: Build PDF
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout master
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yusancky/setup-typst@v2
id: setup-typst
with:
version: 'v0.7.0'
- name: Build PDF
run: 'make all'
- name: Git Auto Commit
uses: stefanzweifel/git-auto-commit-action@v5.0.0
with:
commit_message: 'Update resume PDF'
commit_options: '--no-verify --signoff'
branch: 'main'
file_pattern: '*.pdf'
repository: .