Skip to content

Commit

Permalink
CI: Fix yaml syntax in merge-rollpytorch.yml (llvm#2201)
Browse files Browse the repository at this point in the history
This patch fixes the indentation in the yaml file.
  • Loading branch information
ashay authored Jun 5, 2023
1 parent c732b70 commit 173050e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-rollpytorch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 173050e

Please sign in to comment.