From ceb24e8ab458163e4955cb43d76bc0782f116463 Mon Sep 17 00:00:00 2001 From: Trae Yelovich Date: Tue, 26 Nov 2024 14:43:32 -0500 Subject: [PATCH] fix(ci): change branch for shared action Signed-off-by: Trae Yelovich --- .github/workflows/merge-by-comments.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge-by-comments.yml b/.github/workflows/merge-by-comments.yml index 4844ecfc7..1f76a66c8 100644 --- a/.github/workflows/merge-by-comments.yml +++ b/.github/workflows/merge-by-comments.yml @@ -10,6 +10,6 @@ jobs: permissions: pull-requests: write steps: - - uses: zowe-actions/shared-actions/merge-by@feat/merge-by + - uses: zowe-actions/shared-actions/merge-by@main with: operation: "bump-dates" \ No newline at end of file