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 d01a2b0 commit 31214df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Read schema.yml and fetch file
id: fetch-file
run: |
sudo apt-get install jq
CONTENT=$(cat Fastbot/schema.yml)
echo "$CONTENT" | jq -r '.config.path'
# CONFIG_PATH=$(echo "$CONTENT" | jq -r '.config.path')
Expand Down

0 comments on commit 31214df

Please sign in to comment.