mirror of
https://github.com/jlengrand/sample-node-api.git
synced 2026-03-10 08:41:23 +00:00
Update build_test.yml
Signed-off-by: Tom Zhang <14881754+FlappiTomic@users.noreply.github.com>
This commit is contained in:
9
.github/workflows/build_test.yml
vendored
9
.github/workflows/build_test.yml
vendored
@@ -52,9 +52,8 @@ jobs:
|
||||
- name: '[Prep 4] Prepare workflow'
|
||||
uses: zowe-actions/shared-actions/prepare-workflow@main
|
||||
with:
|
||||
github-user: ${{ secrets.ZOWE_ROBOT_USER }}
|
||||
github-password: ${{ secrets.ZOWE_ROBOT_TOKEN }}
|
||||
github-email: ${{ secrets.ZOWE_ROBOT_EMAIL }}
|
||||
github-user: ${{ github.actor }}
|
||||
github-email: 'dummy-email@email.com'
|
||||
|
||||
- name: '[Prep 5] Setup Node'
|
||||
uses: actions/setup-node@v2
|
||||
@@ -90,4 +89,6 @@ jobs:
|
||||
|
||||
# - name: '[Release 2] NPM bump version (if necessary)'
|
||||
# if: ${{ success() && github.event.inputs.PERFORM_RELEASE == 'true' && env.IS_RELEASE_BRANCH == 'true' && env.IS_FORMAL_RELEASE_BRANCH == 'true' && env.PRE_RELEASE_STRING == ''}}
|
||||
# uses: zowe-actions/nodejs-actions/bump-version@main
|
||||
# uses: zowe-actions/nodejs-actions/bump-version@main
|
||||
# env:
|
||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user