Skip to content

Commit

Permalink
try outcomes
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Oct 8, 2024
1 parent e819775 commit f4a0e5d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ env:
jobs:
build_publish_ocr:
runs-on: ubuntu-latest
outputs:
register_outcome: ${{ steps.image_check.outcome }}
steps:
- uses: actions/checkout@v4
- name: Lowercase the repo name
Expand All @@ -47,7 +45,7 @@ jobs:
with:
deploy_env: ${{ env.deploy_env }}
token: ${{ secrets.GITHUB_TOKEN }}
registered: ${{ steps.image_check.outputs.register_outcome }}
registered: ${{ steps.image_check.outcome }}

# build_frontend:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit f4a0e5d

Please sign in to comment.