Skip to content

Commit

Permalink
bugfix?
Browse files Browse the repository at this point in the history
  • Loading branch information
erjosito committed Oct 4, 2024
1 parent ec5d6f6 commit 4496754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/translatev2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
fi
done
done
echo "impacted_cl_files=$impacted_cl_files" >> $GITHUB_OUTPUT
echo "impacted_cl_files=(${impacted_cl_files[@]})" >> $GITHUB_OUTPUT
echo "done_something=$done_something" >> $GITHUB_OUTPUT
# Process the impacted checklists and generate v1 versions
- name: Generate v1 JSON checklists and translate them
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
echo "Translating $cl_v1_file (this can take a few minutes)..."
python3 ./scripts/translate.py --input-file $cl_v1_file
done
echo "cl_v1_files=$cl_v1_files" >> $GITHUB_OUTPUT
echo "cl_v1_files=(${cl_v1_files[@]})" >> $GITHUB_OUTPUT
# Generate macro-free spreadsheets and Azure Monitor workbooks
- name: Setup python
Expand Down

0 comments on commit 4496754

Please sign in to comment.