Skip to content

Commit

Permalink
bugfix?
Browse files Browse the repository at this point in the history
  • Loading branch information
erjosito committed Oct 1, 2024
1 parent 492a4df commit e17d06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/translatev2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
AZURE_TRANSLATOR_ENDPOINT: ${{ secrets.AZURE_TRANSLATOR_ENDPOINT }}
AZURE_TRANSLATOR_REGION: ${{ secrets.AZURE_TRANSLATOR_REGION }}
run: |
cl_v2_files=("${{ steps.climpact.outputs.impacted_cl_files }}")
cl_v2_files="${{ steps.climpact.outputs.impacted_cl_files }}"
cl_v1_files=()
echo "Generating v1 checklists for the following v2 files: $cl_v2_files..."
for cl_file in $cl_v2_files; do
Expand Down

0 comments on commit e17d06d

Please sign in to comment.