Skip to content

Commit

Permalink
Update the call.
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Zhang <[email protected]>
  • Loading branch information
fatcat-z committed Jun 3, 2024
1 parent fd04a84 commit 9cc1435
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,9 @@ jobs:
run: ls ./.github/workflows/

# Call the composite action defined in my-action.yml
- uses: ./.github/workflows/setup.yml
- name: Run my action
uses: ./.github/workflows/setup-common

# Call the composite action defined in my-action.yml
- name: Run my action yml
uses: ./.github/workflows/setup.yml

0 comments on commit 9cc1435

Please sign in to comment.