Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Aug 29, 2024
1 parent 64458c8 commit 9ccadc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo "xxxxx beging ...."
cat ${GITHUB_EVENT_PATH}
echo "xxxxx end"
pr_number = $(jq --raw-output .pull_requests[0].number < ${GITHUB_EVENT_PATH})
pr_number=$(jq --raw-output .pull_requests[0].number < ${GITHUB_EVENT_PATH})
echo "xxxxx new PR NUMBER is ${pr_number}."
BRANCH=refs/pull/${pr_number}/merge
else
Expand Down

0 comments on commit 9ccadc8

Please sign in to comment.