fix: action

This commit is contained in:
thomas
2024-04-17 14:13:27 +02:00
parent 1e2c5e28a9
commit bec812c6d9

View File

@@ -33,9 +33,13 @@ jobs:
runs-on: ubuntu-latest
name: A job to say hello
steps:
# To use this repository's private action,
# you must check out the repository
- name: Checkout
uses: actions/checkout@v4
- name: Hello world action step
uses: ./add-label/ # Uses an action in the root directory
id: hello
uses: ./add-label/
with:
who-to-greet: 'Mona the Octocat'
# Use the output from the `hello` step