Skip to content

Commit

Permalink
refactor(action): remove trailing slash (#11)
Browse files Browse the repository at this point in the history
Change-Id: I58f5d77a5c659be884c2a53758e35ee0a53b2263
  • Loading branch information
jd authored Sep 4, 2024
1 parent 167c84a commit 987e793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ runs:
-F head_sha=${HEAD_SHA} \
-F files=@${FILES} \
-o result.json \
${MERGIFY_API_SERVER}/repos/${REPOSITORY}/ci_issues_upload \
${MERGIFY_API_SERVER}/repos/${REPOSITORY}/ci_issues_upload
GIGID=$(jq -r .gigid result.json)
Expand Down

0 comments on commit 987e793

Please sign in to comment.