Skip to content

Commit

Permalink
ci: fix typo deprecation set logs
Browse files Browse the repository at this point in the history
  • Loading branch information
WDTI0\dimas.prasetyo committed Mar 28, 2024
1 parent baf25c2 commit 75a80c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo "name={TYPE_NAME}::{SUCCESS_CONDITION}"
else
echo "Tests failed"
echo "::set-output name={TYPE_NAME}::{FAILED_CONDITION}"
echo "name={TYPE_NAME}::{FAILED_CONDITION}"
fi
- name: Check test status
Expand Down

0 comments on commit 75a80c4

Please sign in to comment.