Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
lildude committed Mar 30, 2024
1 parent f13566c commit 0f961c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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_files.outputs.changed }}
changed: ${{ steps.check.outputs.changed }}
steps:
- name: Check out the repository
uses: actions/[email protected]
Expand All @@ -27,6 +27,7 @@ jobs:
uses: jitterbit/get-changed-files@v1

- name: Check if monitored files changed
id: check
run: |
declare -a changed
for file in ${{ env.MONITORED_FILES }}; do
Expand Down

0 comments on commit 0f961c7

Please sign in to comment.