Test for v01

This commit is contained in:
Julien Lengrand-Lambert
2021-01-20 16:44:10 +01:00
parent e955fbebed
commit 1262e81e3e

View File

@@ -1,15 +1,14 @@
on: [push]
jobs:
hello_world_job:
check_html_links_job:
runs-on: ubuntu-latest
name: A job to test check-html-links-action
steps:
- name: check-html-links-action step
id: hello
uses: jlengrand/check-html-links-action@v0
id: check-links
uses: jlengrand/check-html-links-action@v01
with:
who-to-greet: 'Mona the Octocat'
# Use the output from the `hello` step
- name: Get the output time
run: echo "The time was ${{ steps.hello.outputs.time }}"
doc-folder: 'test-site'
- name: Get the output
run: echo "${{ steps.check-links.outputs.result }}"