fix: action

This commit is contained in:
thomas
2024-04-17 18:43:49 +02:00
parent 16e38ba91a
commit bfb9b36c2a

View File

@@ -38,6 +38,8 @@ jobs:
# you must check out the repository
- name: Checkout
uses: actions/checkout@v4
- name: Install Dependencies
run: npm install @actions/core @actions/github
- name: Hello world action step
uses: ./.github/github-action/ # Uses an action in the root directory
id: hello