We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0802abd commit 22b188aCopy full SHA for 22b188a
.github/workflows/draft-pdf.yml
@@ -3,10 +3,10 @@ name: Draft PDF
3
on:
4
push:
5
paths:
6
- - documentation/paper.md
7
- - documentation/paper_ref.bib
8
- - documentation/assets/**
9
- - .github/workflows/draft-pdf.yml
+ - documentation/paper.md
+ - documentation/paper_ref.bib
+ - documentation/assets/**
+ - .github/workflows/draft-pdf.yml
10
11
jobs:
12
paper:
@@ -28,7 +28,11 @@ jobs:
28
name: paper
29
path: documentation/paper.pdf
30
31
- # auto-commit PDF into the repo (needs write perms enabled)
+ - name: Configure git
32
+ run: |
33
+ git config --global user.name "github-actions[bot]"
34
+ git config --global user.email "github-actions[bot]@users.noreply.github.com"
35
+
36
- name: Commit PDF to repository
37
uses: EndBug/add-and-commit@v9
38
with:
0 commit comments