Skip to content

Commit

Permalink
Update the versions in the CI validation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrowlands committed Nov 15, 2023
1 parent 027e7ff commit 1149c29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ jobs:
steps:
#"standard step" where repo needs to be checked-out first
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4

#Using another action for AsyncAPI for validation
- name: Validating AsyncAPI document
uses: WaleedAshraf/[email protected].9
uses: WaleedAshraf/[email protected].10
with:
filepath: src/main/asyncapi/network_survey_messaging.yaml

#In case you do not want to use defaults, you for example want to use different template
- name: Generating HTML from my AsyncAPI document
uses: docker://asyncapi/github-action-for-generator:2.1.7
uses: docker://asyncapi/github-action-for-generator:2.1.13
with:
template: '@asyncapi/html-template@0.28.1' #In case of template from npm, because of @ it must be in quotes
template: '@asyncapi/html-template@1.0.0' #In case of template from npm, because of @ it must be in quotes
filepath: src/main/asyncapi/network_survey_messaging.yaml
output: generated-html

0 comments on commit 1149c29

Please sign in to comment.