Skip to content

Commit 70f58a7

Browse files
authored
Update send-advisory.yml (#406)
1 parent ee8b74b commit 70f58a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/send-advisory.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
name: Send advisory files added today, or send advisory from input url
1414
runs-on: ubuntu-latest
1515
steps:
16-
- name: Send advisory
16+
- name: Checkout docs
1717
uses: actions/checkout@v3
18+
- name: Send advisories
1819
run: ./.github/scripts/send-advisory.py "${{ inputs.advisory_url }}"

0 commit comments

Comments
 (0)