Skip to content

Commit

Permalink
fix(ci): fix formatting for action yaml (#4122)
Browse files Browse the repository at this point in the history
  • Loading branch information
swaroopjagadish authored Feb 11, 2022
1 parent 8716d73 commit 4dba8fe
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/metadata-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ on:
jobs:
setup:
runs-on: ubuntu-latest
outputs:
outputs:
publish: ${{ steps.publish.outputs.publish }}
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 != '' }}"
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 != '' }}"
metadata-ingestion-docgen:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4dba8fe

Please sign in to comment.