From 173050ec8a5cf390a19c320bef6f9d20a7113e1e Mon Sep 17 00:00:00 2001 From: Ashay Rane Date: Mon, 5 Jun 2023 09:43:00 -0500 Subject: [PATCH] CI: Fix yaml syntax in merge-rollpytorch.yml (#2201) This patch fixes the indentation in the yaml file. --- .github/workflows/merge-rollpytorch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge-rollpytorch.yml b/.github/workflows/merge-rollpytorch.yml index 152468607..43fb3adb6 100644 --- a/.github/workflows/merge-rollpytorch.yml +++ b/.github/workflows/merge-rollpytorch.yml @@ -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"