Skip to content

Commit

Permalink
Fix context
Browse files Browse the repository at this point in the history
  • Loading branch information
lildude committed Mar 30, 2024
1 parent 0796edd commit f13566c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
name: Initialize builds
outputs:
changed: ${{ steps.changed_addons.outputs.changed }}
changed: ${{ steps.changed_files.outputs.changed }}
steps:
- name: Check out the repository
uses: actions/[email protected]
Expand Down

0 comments on commit f13566c

Please sign in to comment.