File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 39
39
echo "pr_number=$(jq --raw-output .pull_request.number $GITHUB_EVENT_PATH)" >> $GITHUB_ENV
40
40
echo "pr_owner=$(jq --raw-output .pull_request.user.login $GITHUB_EVENT_PATH)" >> $GITHUB_ENV
41
41
echo "pr_or_commit_description=$(jq --ascii-output .pull_request.body $GITHUB_EVENT_PATH)" >> $GITHUB_ENV
42
- echo " post_merge_action=false" >> $GITHUB_ENV
42
+ echo ' post_merge_action=false' >> $GITHUB_ENV
43
43
44
44
# to get the PR data that can be used for post merge actions
45
45
- uses : actions/github-script@v7
71
71
echo "pr_owner=$(jq --raw-output '.commits[0].author.username' $GITHUB_EVENT_PATH)" >> $GITHUB_ENV
72
72
echo 'pr_number=${{ fromJson(steps.get_pr_data.outputs.result).number }}' >> $GITHUB_ENV
73
73
echo "pr_or_commit_description=$(jq --ascii-output .head_commit.message $GITHUB_EVENT_PATH)" >> $GITHUB_ENV
74
- echo " post_merge_action=true" >> $GITHUB_ENV
74
+ echo ' post_merge_action=false' >> $GITHUB_ENV
75
75
76
76
- name : Checkout opensearch-build repo
77
77
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments