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 1396ad8 commit b666032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
id: fetch-file
run: |
CONTENT=$(cat Fastbot/schema.yml)
CONFIG_PATH=$(echo "$CONTENT" | jq -r '.config.path')
CONFIG_BRANCH=$(echo "$CONTENT" | jq -r '.config.branch')
# sudo apt-get install -y jq
# CONTENT=$(cat Fastbot/schema.yml)
# CONFIG_PATH=$(echo "$CONTENT" | jq -r '.config.path')
# CONFIG_BRANCH=$(echo "$CONTENT" | jq -r '.config.branch')
# echo "Path: $CONFIG_PATH"
# echo "Branch: $CONFIG_BRANCH"
# JSON_FILE_URL="https://raw.githubusercontent.com/$CONFIG_PATH/$CONFIG_BRANCH/schema.json"
Expand Down

0 comments on commit b666032

Please sign in to comment.