From 4f19815b623498a2ffe4bc6b6cf6c2fae9b2a1d0 Mon Sep 17 00:00:00 2001 From: Chris Fenner Date: Tue, 10 Sep 2024 16:45:27 +0000 Subject: [PATCH] lowercase; also use quotes --- .github/workflows/pr.yml | 2 +- .github/workflows/push.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/render.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 69ebd87..f84074c 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -1,4 +1,4 @@ -name: PR +name: pull_request on: pull_request: diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index cdaa39c..aa3379e 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -1,5 +1,5 @@ # Build and publish the container and use it to render the PDF for pushes to main. -name: Push +name: push on: push: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d95edb..c09ccc3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,5 @@ # Build, publish, and tag the container and use it to render the PDF for releases. -name: build and publish +name: release on: release: diff --git a/.github/workflows/render.yml b/.github/workflows/render.yml index 20c3921..e84435d 100644 --- a/.github/workflows/render.yml +++ b/.github/workflows/render.yml @@ -1,7 +1,7 @@ # Reusable workflow to render the spec for a variety of purposes. # https://docs.github.com/en/actions/using-workflows/reusing-workflows -name: Render Markdown +name: render on: workflow_call: @@ -42,7 +42,7 @@ jobs: id: gen_output_name run: | filename=$(basename ${{ inputs.input }}) - echo OUTPUT_FILENAME="${filename%.*}" >> $GITHUB_OUTPUT" + echo OUTPUT_FILENAME="${filename%.*}" >> "$GITHUB_OUTPUT" # Cache the LaTeX files. Use input file and container version in the cache # key so that the cache is invalidated upon file change or container