Skip to content

Bump ks6088ts-labs/sandbox-go from 0.0.2 to 0.0.3 #13

Bump ks6088ts-labs/sandbox-go from 0.0.2 to 0.0.3

Bump ks6088ts-labs/sandbox-go from 0.0.2 to 0.0.3 #13

Workflow file for this run

name: custom-action
on:
workflow_dispatch:
push:
jobs:
hello_world_job:
strategy:
matrix:
platform:
- "ubuntu-latest"
runs-on: ${{ matrix.platform }}
steps:
- name: Hello world action step
id: hello
uses: ks6088ts-labs/[email protected]
with:
command: "sandbox"
subcommand: "hello"
name: "ks6088ts"
- name: Get the output time
run: echo "The time was ${{ steps.hello.outputs.time }}"