From b35319fa101311331b8f8db2c0bf75006f3d88cb Mon Sep 17 00:00:00 2001 From: senz Date: Mon, 26 Feb 2024 22:53:08 +0000 Subject: [PATCH] chore: cosmetics --- .github/test-data/build.yaml | 2 +- .github/workflows/build-user-config.yml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/test-data/build.yaml b/.github/test-data/build.yaml index ae35638..ef7c268 100644 --- a/.github/test-data/build.yaml +++ b/.github/test-data/build.yaml @@ -1,4 +1,4 @@ -# yaml-language-server: $schema=https://github.com/senz/cheatsheet-generator/raw/ea65c9e8b3d436d33fe3b0a69e5c89cf044df464/build-schema.json +# yaml-language-server: $schema=https://github.com/senz/cheatsheet-generator/raw/master/build-schema.json --- include: - config: config.example.yml diff --git a/.github/workflows/build-user-config.yml b/.github/workflows/build-user-config.yml index 9f1b117..f26e88b 100644 --- a/.github/workflows/build-user-config.yml +++ b/.github/workflows/build-user-config.yml @@ -5,7 +5,7 @@ on: inputs: build_matrix_path: description: "Path to the build matrix file" - default: "build.yaml" + default: "cheatsheet-build.yaml" required: false type: string config_path: @@ -15,7 +15,7 @@ on: type: string archive_name: description: "Archive output file name" - default: "cheatsheet" + default: "cheatsheets" required: false type: string @@ -96,6 +96,7 @@ jobs: - name: Debug config working-directory: ${{ env.base_dir }} + if: ${{ runner.debug }} run: | ls -l "${GITHUB_WORKSPACE}/${{ inputs.config_path }}/${{ env.config_file_name }}" ls -l "${{ env.cheatsheet_dir }}/config.yml"