Skip to content

make path to ebtel++ explicit in CI #13

make path to ebtel++ explicit in CI

make path to ebtel++ explicit in CI #13

name: build pull request
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: Build the article PDF
concurrency: showyourwork-${{ github.ref }}
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build the article PDF
id: build
with:
showyourwork-spec: git+https://github.com/showyourwork/showyourwork
uses: showyourwork/showyourwork-action@v1
SANDBOX_TOKEN: ${{ secrets.SANDBOX_TOKEN }}

Check failure on line 22 in .github/workflows/build-pull-request.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-pull-request.yml

Invalid workflow file

You have an error in your yaml syntax on line 22
OVERLEAF_EMAIL: ${{ secrets.OVERLEAF_EMAIL }}
OVERLEAF_PASSWORD: ${{ secrets.OVERLEAF_PASSWORD }}