Skip to content

Commit 42c3c84

Browse files
authored
Fix top-level action (#80)
Fix the `run` in the top-level action. ``` The template is not valid. prometheus/promci/769ee18070cd21cfc2a24fa912349fd3e48dee58/action.yml (Line: 6, Col: 7): Required property is missing: shell ``` Signed-off-by: SuperQ <superq@gmail.com>
1 parent 26f10f3 commit 42c3c84

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ runs:
55
steps:
66
- name: "WARNING: Deprecated action"
77
run: echo "This action has been deprecated in favor of prometheus/promci/<action>@<sha> actions"
8+
shell: bash
89
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
910
with:
1011
repository: 'prometheus/promci'

0 commit comments

Comments
 (0)