mirror of
https://github.com/jlengrand/check-html-links-action-test.git
synced 2026-03-10 08:51:20 +00:00
Test for v01
This commit is contained in:
13
.github/workflows/main.yml
vendored
13
.github/workflows/main.yml
vendored
@@ -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 }}"
|
||||
Reference in New Issue
Block a user