Skip to content

Commit c1243c0

Browse files
committed
fix: incomplete workflow missing checkout
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent b85bfe0 commit c1243c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
steps:
5858
-
5959
name: Checkout repository
60+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6061
-
6162
name: Auto-approve all bot-go-openapi PRs
6263
run: gh pr review --approve "$PR_URL"

0 commit comments

Comments
 (0)