Skip to content

Commit

Permalink
fix(ci): add checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
javascriptizer1 committed Feb 3, 2025
1 parent 5934e81 commit be7c969
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gymnote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
if: github.event_name == 'workflow_dispatch' && github.event.inputs.deploy == 'true' && github.event.inputs.deploy_target == 'vps'

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Install dependencies
run: |
sudo apt-get update
Expand Down

0 comments on commit be7c969

Please sign in to comment.