mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
fix: action
This commit is contained in:
6
.github/workflows/label-issue.yml
vendored
6
.github/workflows/label-issue.yml
vendored
@@ -33,9 +33,13 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: A job to say hello
|
name: A job to say hello
|
||||||
steps:
|
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
|
- name: Hello world action step
|
||||||
|
uses: ./add-label/ # Uses an action in the root directory
|
||||||
id: hello
|
id: hello
|
||||||
uses: ./add-label/
|
|
||||||
with:
|
with:
|
||||||
who-to-greet: 'Mona the Octocat'
|
who-to-greet: 'Mona the Octocat'
|
||||||
# Use the output from the `hello` step
|
# Use the output from the `hello` step
|
||||||
|
|||||||
Reference in New Issue
Block a user