Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Call call node
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref authored Oct 18, 2024
1 parent 5f76c81 commit 36e3326
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
# env:
# exit_code: 1
# post_exit_code: 1
- name: call-node
id: call-node
uses: ./call-node
- name: call-call-node
id: call-call-node
uses: ./call-call-node
continue-on-error: true
- run: |
echo hello world
9 changes: 9 additions & 0 deletions call-call-node/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
runs:
using: "composite"
steps:
- name: (call) (call) node
id: call-node
uses: ./call-node
- shell: bash
run: |
echo hello world

0 comments on commit 36e3326

Please sign in to comment.