Skip to content

Commit

Permalink
Update aedificare.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hunter-richardson authored Jun 24, 2024
1 parent 78334e1 commit 4509fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aedificare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: emissa
run: local emissa=$(find ${locus} -type f | wc -l)
- name: delere
if: ${{ emissa }} = 0
if: ${{ env.emissa }} = 0
run: |
printf '::error title=aedificare::defectust'
exit 1

0 comments on commit 4509fd7

Please sign in to comment.