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 bd8cd56 commit 8f68ce9Copy full SHA for 8f68ce9
.github/workflows/docs-cicd-1-pull-request.yaml
@@ -22,6 +22,8 @@ jobs:
22
runs-on: ubuntu-latest
23
timeout-minutes: 1
24
steps:
25
+ - name: "Checkout code"
26
+ uses: actions/checkout@v5
27
- uses: dorny/paths-filter@v3
28
id: changes
29
with:
0 commit comments