Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
crane-hiromu committed Sep 28, 2024
1 parent 9be0ae6 commit e84644f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_x_post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
FILE_CONTENT=$(cat "$LATEST_FILENAME")
# descriptionの内容を抽出
echo "description: $DESCRIPTION"
DESCRIPTION=$(echo "$FILE_CONTENT" | awk '/^description:/ {print substr($0, index($0, $2))}')
echo "description: $DESCRIPTION"
echo "description=${DESCRIPTION}" >> $GITHUB_ENV
# - name: Install dependencies
Expand Down

0 comments on commit e84644f

Please sign in to comment.