Skip to content

Commit

Permalink
fix: fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
pogromistik committed Jan 12, 2023
1 parent 1bccb18 commit 240c48b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ runs:
curl --location --request POST '${{ inputs.url }}/app/rest/buildQueue' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer ${{ inputs.token }}' \
--data-raw '{
"branchName": "${{ inputs.version }}",
"buildType": {
"id": "$id"
--data-raw "{
\"branchName\": \"${{ inputs.version }}\",
\"buildType\": {
\"id\": \"$id\"
},
"properties": {
"property": [{
"name": "env.Version",
"value": "${{ inputs.version }}"
\"properties\": {
\"property\": [{
\"name\": \"env.Version\",
\"value\": \"${{ inputs.version }}\"
}
]
}
}'
}"
done

0 comments on commit 240c48b

Please sign in to comment.