Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sswart authored Feb 28, 2024
1 parent 769b3b0 commit 749f1f0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: test
on:
workflow_dispatch:

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

- name: runit
id: runit
uses: ./action
with:
name: 'Jesse'

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

0 comments on commit 749f1f0

Please sign in to comment.