Skip to content

Bump braces from 3.0.2 to 3.0.3 #63

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #63

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