Skip to content

Commit

Permalink
chore(gha): remove whitespace (#12140)
Browse files Browse the repository at this point in the history
When processing a workflow file through the `yq`,
the format is destroyed because of whitespace at the end

Signed-off-by: Lukasz Dziedziak <[email protected]>
  • Loading branch information
lukidzi authored Dec 2, 2024
1 parent 5ff5bbe commit a8446fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-stability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Merge master branch (if applicable) and push a single commit
if: steps.process_prs.outputs.pr_numbers_with_verify_stability != ''
run: |
eval "pr_numbers=(${{ steps.process_prs.outputs.pr_numbers_with_verify_stability }})"
eval "pr_numbers=(${{ steps.process_prs.outputs.pr_numbers_with_verify_stability }})"
for pr_number in $pr_numbers; do
current_datetime=$(date +"%Y-%m-%d %H:%M:%S")
echo "Processing PR #$pr_number"
Expand Down

0 comments on commit a8446fe

Please sign in to comment.