Skip to content

Commit

Permalink
fix(ci): fix fomatting in doc generation action yaml (datahub-project…
Browse files Browse the repository at this point in the history
  • Loading branch information
swaroopjagadish authored and ne1r0n committed Feb 13, 2022
1 parent 8692851 commit 823dbb7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/metadata-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
steps:
- name: Check whether upload to datahub is enabled
id: publish
env:
ENABLE_PUBLISH: ${{ secrets.DataHubToken }}
run: |
echo "Enable publish: ${{ env.ENABLE_PUBLISH != '' }}"
echo "::set-output name=publish::${{ env.ENABLE_PUBLISH != '' }}"
env:
ENABLE_PUBLISH: ${{ secrets.DataHubToken }}
run: |
echo "Enable publish: ${{ env.ENABLE_PUBLISH != '' }}"
echo "::set-output name=publish::${{ env.ENABLE_PUBLISH != '' }}"
metadata-ingestion-docgen:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 823dbb7

Please sign in to comment.