This commit is contained in:
parent
bcc402146a
commit
c56cc23d61
@ -35,9 +35,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global user.name "github-actions[bot]"
|
git config --global user.name "github-actions[bot]"
|
||||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
|
cp main.pdf /tmp
|
||||||
git fetch origin pdf-artifacts
|
git fetch origin pdf-artifacts
|
||||||
git checkout pdf-artifacts
|
git checkout pdf-artifacts
|
||||||
cp main.pdf .
|
cp /tmp/main.pdf .
|
||||||
git add main.pdf
|
git add main.pdf
|
||||||
if git diff --staged --quiet; then
|
if git diff --staged --quiet; then
|
||||||
echo "No changes to commit"
|
echo "No changes to commit"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user