Skip to content

Commit

Permalink
chore: cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
senz committed Feb 26, 2024
1 parent 77c49ef commit b35319f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/test-data/build.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build-user-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -15,7 +15,7 @@ on:
type: string
archive_name:
description: "Archive output file name"
default: "cheatsheet"
default: "cheatsheets"
required: false
type: string

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit b35319f

Please sign in to comment.