Skip to content

Commit

Permalink
chore: gha expression syntax
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert committed Nov 28, 2023
1 parent 8828a7f commit 1ec9c79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/license-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
JF_ENV_1: ${{ secrets.JF_ARTIFACTORY_TOKEN }}

- name: '[TEST-ONLY] Dummy scan step'
if: ${{ github.event.inputs.dummy_build }} == true
if: ${{ github.event.inputs.dummy_build == true }}
working-directory: ${{ env.DEPENDENCY_SCAN_HOME }}
run: |
mkdir -p zowe_licenses
Expand All @@ -116,7 +116,7 @@ jobs:
- name: Scan Licenses on Branch ${{ env.ZOWE_RELEASE_BRANCH }}
if: ${{ github.event.inputs.dummy_build }} != true
if: ${{ github.event.inputs.dummy_build != true }}
env:
APP_NOTICES_SCAN: true
APP_LICENSE_SCAN: true
Expand Down

0 comments on commit 1ec9c79

Please sign in to comment.