Skip to content

Commit 9ef6132

Browse files
committed
When is a string not supposed to be a string?
When it's a status output. Yay.
1 parent bc8b481 commit 9ef6132

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/apply-reuse.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
concurrency: prune:add-license-headers
5454
outputs:
55-
made-change: ${{ steps.push.outputs.changed }}
55+
made-change: ${{ steps.push.outputs.changed == 'true' }}
5656
branch: ${{ steps.push.outputs.branch }}
5757
deleted: ${{ steps.delete.outputs.deleted_branches }}
5858
steps:
@@ -93,9 +93,6 @@ jobs:
9393
concurrency: prune:bot-comments
9494
needs: add-headers
9595
steps:
96-
- run: echo "::notice::CHANGED=$CHANGED"
97-
env:
98-
CHANGED: ${{ needs.add-headers.outputs.made-change }}
9996
- name: Commit comment
10097
if: needs.add-headers.outputs.made-change
10198
uses: peter-evans/commit-comment@v4

0 commit comments

Comments
 (0)