add support to override platform

Signed-off-by: Casey Lee <cplee@nektos.com>
This commit is contained in:
Casey Lee
2020-02-20 21:06:15 -05:00
parent e4ee2ddab7
commit 543501a36a
8 changed files with 59 additions and 37 deletions
+6
View File
@@ -2,8 +2,14 @@ name: basic
on: push
jobs:
check:
runs-on: ubuntu-latest
steps:
- run: echo 'hello world'
build:
runs-on: ubuntu-latest
needs: [check]
steps:
- uses: ./actions/action1
with: