Skip to content

Bump minimist from 0.0.8 to 1.2.8 #65

Bump minimist from 0.0.8 to 1.2.8

Bump minimist from 0.0.8 to 1.2.8 #65

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