Skip to content

Commit

Permalink
Update main.yml [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sswart authored Feb 28, 2024
1 parent b7859d6 commit 5525767
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,17 @@ jobs:
name: 'Jesse'

- run: echo "The time was ${{ steps.runit.outputs.time }}"

test-composite-action:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3

- name: run composite
id: run-composite
uses: ./composite
with:
name: 'Jesse-Composite'

- run: echo "The time was ${{ steps.run-composite-outputs.time }}"

0 comments on commit 5525767

Please sign in to comment.