CI: Fix yaml syntax in merge-rollpytorch.yml (#2201)

This patch fixes the indentation in the yaml file.
pull/2192/head
Ashay Rane 2023-06-05 09:43:00 -05:00 committed by GitHub
parent c732b7031e
commit 173050ec8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ jobs:
PR_IDS: ${{ toJson(github.event.workflow_run.pull_requests.*.number) }}
steps:
- run: echo "PRs to approve and merge: ${PR_IDS}"
- run: echo "PRs to approve and merge -- $PR_IDS"