Skip to content

Commit

Permalink
Merge pull request #4008 from zowe/user/markackert/pswi-cicd-updates
Browse files Browse the repository at this point in the history
Fixes PSWI YAML Check
  • Loading branch information
MarkAckert authored Sep 23, 2024
2 parents 7476151 + 31eddd4 commit 34475a6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pswi-zowe-config-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ jobs:
- name: '[Prep 1] Checkout'
uses: actions/checkout@v4

# Taken from shared-actions/prepare-workflow
- name: 'export github username and email'
run: |
git config --global user.name ${{ github.actor }}
echo ${{ github.actor }}
git config --global user.email [email protected]
shell: bash

- name: '[PSI-LOCK] Lock marist servers to build PSWI'
uses: zowe-actions/shared-actions/lock-resource@main
with:
Expand Down

0 comments on commit 34475a6

Please sign in to comment.