We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b38ce8 + f3af114 commit 2e3ab6fCopy full SHA for 2e3ab6f
.github/workflows/template_yaml.yml
@@ -4,17 +4,16 @@ on:
4
workflow_call:
5
inputs:
6
action-name:
7
- default: 'yamllint / yamllint'
+ default: "yamllint / yamllint"
8
required: false
9
type: string
10
target-path:
11
- default: '.'
+ default: "."
12
13
14
15
jobs:
16
yamllint:
17
-
18
name: yamllint
19
runs-on: ubuntu-24.04
20
@@ -23,7 +22,7 @@ jobs:
23
22
uses: actions/checkout@v4
24
25
- name: Lint and Annotate
26
- uses: staffbase/yamllint-action@v1.4.0
+ uses: staffbase/yamllint-action@v1.4.1
27
with:
28
token: ${{ secrets.GITHUB_TOKEN }}
29
action-name: ${{ inputs.action-name }}
0 commit comments