Skip to content

Commit

Permalink
try fix multi line string error
Browse files Browse the repository at this point in the history
  • Loading branch information
bubbles-wow committed Oct 20, 2023
1 parent f2871d1 commit dbb7058
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/Archiver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,11 @@ jobs:
sudo chmod 700 CheckImage.sh
sudo ./CheckImage.sh || true
if [ -e ./download/INFO.md ]; then
INFO=$(cat ./download/INFO.md)
echo "::set-output name=INFO::$INFO"
{
echo "INFO=<<EOF"
cat ./download/INFO.md
echo "EOF"
} >> $GITHUB_OUTPUT
echo "update=true" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit dbb7058

Please sign in to comment.