From c59ed687d5f86ddd098b6b423c21580c9f96acd4 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Thu, 8 Oct 2020 10:51:07 +0900 Subject: [PATCH] test github-os-sample --- .github/workflows/github-os-sample.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-os-sample.yml b/.github/workflows/github-os-sample.yml index e93669d..31e7f1e 100644 --- a/.github/workflows/github-os-sample.yml +++ b/.github/workflows/github-os-sample.yml @@ -8,6 +8,7 @@ on: default: ubuntu-latest jobs: main: - runs-on: ${{ github.event.inputs.os }} + runs-on: ubuntu-latest + # runs-on: ${{ github.event.inputs.os }} steps: - - run: echo 'hello world!' + - run: "echo '${{ github.event.inputs.os }}: hello world!'"