Skip to content

Commit

Permalink
.github: fix build-setup step name reference
Browse files Browse the repository at this point in the history
  • Loading branch information
waynr committed Apr 9, 2023
1 parent 621c9d0 commit 6850056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
build-setup:
runs-on: ubuntu-latest
outputs:
app-names: ${{ steps.step1.outputs.app-names }}
app-names: ${{ steps.get-app-names.outputs.app-names }}
steps:
- name: check out repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 6850056

Please sign in to comment.