Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
lotharking committed Jun 19, 2024
1 parent 4c4e726 commit 1396ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Read schema.yml and fetch file
id: fetch-file
run: |
cat Fastbot/schema.yml
CONTENT=$(cat Fastbot/schema.yml)
# sudo apt-get install -y jq
# CONTENT=$(cat Fastbot/schema.yml)
# CONFIG_PATH=$(echo "$CONTENT" | jq -r '.config.path')
Expand Down

0 comments on commit 1396ad8

Please sign in to comment.