Skip to content

Commit 2115334

Browse files
committed
test: remove echo of api flag
1 parent dd15690 commit 2115334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fossa-default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
HAS_FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY != '' }}
1414
steps:
1515
- id: check-fossa-api-key
16-
run: echo "check=$HAS_FOSSA_API_KEY" >> "$GITHUB_OUTPUT" && echo $HAS_FOSSA_API_KEY
16+
run: echo "check=$HAS_FOSSA_API_KEY" >> "$GITHUB_OUTPUT"
1717
outputs:
1818
HAS_FOSSA_API_KEY: ${{ steps.check-fossa-api-key.outputs.check }}
1919

0 commit comments

Comments
 (0)