Skip to content

Commit

Permalink
chore: tbs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaklygin committed Jul 13, 2023
1 parent a470afe commit 6af23a3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test-jira-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,22 +227,22 @@ jobs:
--data '{
"deployments": [
{
"deploymentSequenceNumber": '${{ github.run_number }}',
"updateSequenceNumber": '${{ github.run_number }}',
"deploymentSequenceNumber": "${{ github.run_number }}",
"updateSequenceNumber": "${{ github.run_number }}",
"displayName": "Deployment #${{ github.run_number }} from branch: ${{ github.head_ref }}",
"url": "http://picasso.toptal.net/${{ github.head_ref }}",
"description": "Deployment ${{ github.workflow }} (Run: ${{ github.run_number }}) for env: '${{ env.ENV_NAME }}' from branch: ${{ github.head_ref }}",
"lastUpdated": '${{ github.event.pull_request.updated_at || github.event.head_commit.timestamp }}',
"lastUpdated": "${{ github.event.pull_request.updated_at || github.event.head_commit.timestamp }}",
"label": "Deployment",
"state": "successful",
"pipeline": {
"id": "'${{ github.repository }}-${{ github.workflow }}'",
"displayName": "'${{ github.repository }}-${{ github.workflow }}'",
"id": "${{ github.repository }}-${{ github.workflow }}",
"displayName": "${{ github.repository }}-${{ github.workflow }}",
"url": "${{ github.event.repository.url }}/actions/runs/${{ github.run_id }}"
},
"environment": {
"id": "'${{ github.repository }}-${{ env.ENV_NAME }}'",
"displayName": "'${{ github.repository }}-${{ env.ENV_NAME }}'",
"id": "${{ github.repository }}-${{ env.ENV_NAME }}",
"displayName": "${{ github.repository }}-${{ env.ENV_NAME }}",
"type": "${{ env.ENV_NAME }}"
},
"association": {
Expand Down

0 comments on commit 6af23a3

Please sign in to comment.