Skip to content

Commit

Permalink
fix var name
Browse files Browse the repository at this point in the history
deploy
  • Loading branch information
trueberryless committed Nov 30, 2024
1 parent c005193 commit a2f86c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ jobs:
latest_commit_hash=$(git rev-parse HEAD)
latest_commit_url="https://github.com/$GITHUB_REPOSITORY/commit/$latest_commit_hash"
latest_commit_message=$(git log -1 --pretty=%s)
modified_message=$(echo "$message" | sed -E "s/#([0-9]+)/${repo_name}#\1/g")
modified_message=$(echo "$latest_commit_message" | sed -E "s/#([0-9]+)/${repo_name}#\1/g")
latest_commit_entry="- $modified_message - ([$(git rev-parse --short HEAD)]($latest_commit_url))"
cd target-repo
Expand Down

0 comments on commit a2f86c0

Please sign in to comment.