Skip to content

Merge pull request #28 from kondoumh/dependabot/npm_and_yarn/braces-3… #64

Merge pull request #28 from kondoumh/dependabot/npm_and_yarn/braces-3…

Merge pull request #28 from kondoumh/dependabot/npm_and_yarn/braces-3… #64

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