test: develop branch

This commit is contained in:
Marco Carrozzo
2023-01-16 10:38:02 +01:00
parent bb0d40a1ac
commit c2ca380486
+7 -4
View File
@@ -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