From 6c6494e6f188bfa5da9e666ce633c8540ee87703 Mon Sep 17 00:00:00 2001 From: Trent Jones <57182095+trent-j@users.noreply.github.com> Date: Sat, 29 Feb 2020 20:07:19 -0600 Subject: [PATCH] Releases/v1 (#2) * delete package versions action v1 * updated action for build and smoke test * test and error message update * test fix * ci testing * ci testing * ci testing * ci testing * ci test * ci testing * ci test name * docs * docs * docs * test * test * test * docs * usage doc * doc * docs * format test * doc update * doc test * formatting check * scenario update * usage update * format * test * test * test * test * test * table test * test * format update * links * test * test * test * test * test * docs update * test * formatting * fix broken links * doc update * test * table test * test * test * test * test * test * test * test * test * test * test * doc test * test * test * test * test * test * test * test t * test * test * test * test * test * test * docs * doc update * test * added branding * added branding --- .github/workflows/test.yml | 8 ++++---- action.yml | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9304b63b..08b297a9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,10 +2,10 @@ name: Package and Smoke Test on: # rebuild any PRs and main branch changes pull_request: -# push: -# branches: -# - master -# - 'releases/*' + push: + branches: + - master + - 'releases/*' jobs: diff --git a/action.yml b/action.yml index a081a501..5e62c414 100644 --- a/action.yml +++ b/action.yml @@ -46,3 +46,7 @@ inputs: runs: using: node12 main: dist/index.js + +branding: + icon: package + color: blue \ No newline at end of file