mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
fix: action
This commit is contained in:
2
.github/workflows/label-issue.yml
vendored
2
.github/workflows/label-issue.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user