mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
test: develop branch
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
name: 'Check NPM bundle'
|
name: 'Check NPM bundle'
|
||||||
description: 'check npm bundle'
|
description: 'check npm bundle'
|
||||||
|
|
||||||
outputs:
|
inputs:
|
||||||
tag_sha:
|
branch_name:
|
||||||
description: "long sha of the tag"
|
description: "override GITHUB_REF_NAME"
|
||||||
value: ${{ steps.sha_out.outputs.tag_sha }}
|
required: false
|
||||||
|
default: $GITHUB_REF_NAME
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
@@ -12,6 +13,8 @@ runs:
|
|||||||
steps:
|
steps:
|
||||||
- name: load "TRAVIS_EVENT_TYPE"
|
- name: load "TRAVIS_EVENT_TYPE"
|
||||||
uses: ./.github/actions/travis-env-var-facade
|
uses: ./.github/actions/travis-env-var-facade
|
||||||
|
with:
|
||||||
|
branch_name: ${{ inputs.branch_name }}
|
||||||
- name: check npm bundle
|
- name: check npm bundle
|
||||||
shell: bash
|
shell: bash
|
||||||
id: sha_out
|
id: sha_out
|
||||||
|
|||||||
Reference in New Issue
Block a user