Skip to content

Commit d0e134c

Browse files
committed
fix: Fix deployment workflow
1 parent c7e201d commit d0e134c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
runs-on: ubuntu-latest
2020
environment: ${{ inputs.target_env }}
2121
steps:
22+
- name: Checkout code
23+
# Checks out the repository code.
24+
uses: actions/checkout@v4
25+
2226
- name: Set up SSH key
2327
# Sets up the SSH key for the server.
2428
run: |

0 commit comments

Comments
 (0)