We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 534f42b commit 4a33d12Copy full SHA for 4a33d12
.github/workflows/cd.yml
@@ -15,7 +15,8 @@ jobs:
15
name: Deploy
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v5
+ - name: Git checkout
19
+ uses: actions/checkout@v5
20
- name: Install PNPM
21
uses: pnpm/action-setup@v4
22
with:
.github/workflows/ci.yml
@@ -11,7 +11,8 @@ jobs:
11
name: Test
12
13
14
0 commit comments