Skip to content

Merge pull request #29 from kondoumh/dependabot/npm_and_yarn/minimist… #66

Merge pull request #29 from kondoumh/dependabot/npm_and_yarn/minimist…

Merge pull request #29 from kondoumh/dependabot/npm_and_yarn/minimist… #66

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: run sandbox-action
uses: ./
id: hello
with:
who-to-greet: 'Hogeeeee'
- name: Get the output time
run: echo "The time was ${{ steps.hello.outputs.time }}"