We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ff619 commit aa2a837Copy full SHA for aa2a837
.github/workflows/ci.yml renamed to .github/workflows/docs.yml
@@ -1,6 +1,6 @@
1
# This is a basic workflow to help you get started with Actions
2
3
-name: CI
+name: docs
4
5
# Controls when the workflow will run
6
on:
@@ -9,6 +9,6 @@ on:
9
10
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
11
jobs:
12
- ci:
13
- uses: open-vela/public-actions/.github/workflows/ci.yml@trunk
+ docs:
+ uses: open-vela/public-actions/.github/workflows/docs.yml@trunk
14
secrets: inherit
0 commit comments