Skip to content

Commit d49a5cd

Browse files
committed
fix: add missing checkout of repo
1 parent 625e07f commit d49a5cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/master.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ jobs:
9393
permissions:
9494
contents: read # Needed to checkout the repository
9595
steps:
96+
- name: Checkout repository
97+
uses: actions/checkout@v4
98+
9699
- name: Call Deploy Worker Workflow
97100
uses: ./.github/workflows/deploy-mcp-server.yml
98101
with:

0 commit comments

Comments
 (0)