Skip to content

Commit

Permalink
fix action with actionlint
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-flinn committed Aug 19, 2023
1 parent 2214b11 commit da1122a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-n-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
outputs:
frontend-changed: ${{ steps.changes.outputs.frontend-changed }}
data-changed: ${{ steps.changes.outputs.data-changed }}
backend-changed: ${{ steps.changes.outputs.backend-changed }}
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down Expand Up @@ -113,7 +114,7 @@ jobs:
deploy-backend:
name: Deploy Backend
if: ${{ needs.setup.outputs.backend-changed == 'true' }}
name: [setup]
needs: [setup]
runs-on: ubuntu-latest
steps:
- name: Deploy Backend
Expand Down

0 comments on commit da1122a

Please sign in to comment.