Skip to content

Commit

Permalink
Update the deprecated state functions in the Add License workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamdby committed Mar 18, 2024
1 parent 7109f18 commit 80e2098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add-license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
output=$(python scripts/add_license.py) || ""
echo "$output"
if echo "$output" | grep -q "added"; then
echo "::set-output name=added_license::true"
echo "added_license=true" >> $GITHUB_OUTPUT
else
echo "::set-output name=added_license::false"
echo "added_license=false" >> $GITHUB_OUTPUT
fi
id: add_license

Expand Down

0 comments on commit 80e2098

Please sign in to comment.