fix: add label

This commit is contained in:
thomas
2024-04-17 18:30:42 +02:00
parent 324dd8e105
commit c7c58324a0
3 changed files with 1 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Hello world action step
uses: ./add-label/ # Uses an action in the root directory
uses: ./.github/workflows/add-label/ # Uses an action in the root directory
id: hello
with:
who-to-greet: 'Mona the Octocat'