We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b4ae2 commit c7dadd7Copy full SHA for c7dadd7
1 file changed
.github/workflows/ubuntu.yaml
@@ -5,5 +5,6 @@ jobs:
5
test:
6
runs-on: ubuntu-latest
7
steps:
8
+ - uses: actions/checkout@v4 # Checks out the current repository
9
- name: "Install.sh"
10
run: "bash install.sh server"
0 commit comments