Skip to content

Commit

Permalink
update build_book workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
RealRichi3 committed May 12, 2024
1 parent 0addd3f commit 7e68c33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
LANGUAGES=$(echo "$JSON_CONTENT" | jq -r '.languages | join(",")')
echo "LANGUAGES=$LANGUAGES" >> $GITHUB_ENV
- name: Use CONFIG variables from file
run: |
echo "$LANGUAGES"
# - name: Use CONFIG variables from file
# run: |
# echo "$LANGUAGES"
# echo "${{ steps.read_config.outputs.JSON_CONTENT }}"
# echo "${{fromJson(steps.set_var.outputs.JSON_CONTENT).languages}}"

Expand Down

0 comments on commit 7e68c33

Please sign in to comment.