Skip to content

test

test #3

Workflow file for this run

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 }}"