Skip to content

Commit

Permalink
Add name to build step
Browse files Browse the repository at this point in the history
  • Loading branch information
lildude committed Mar 30, 2024
1 parent 58eab22 commit 7da72f4
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 @@ -27,7 +27,8 @@ jobs:
id: changed_files
uses: jitterbit/get-changed-files@v1

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

0 comments on commit 7da72f4

Please sign in to comment.