feat: github aciton

This commit is contained in:
thomas
2024-04-17 18:34:10 +02:00
parent c7c58324a0
commit 04b1b4e565
3 changed files with 1 additions and 1 deletions

View File

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