Skip to content

Commit

Permalink
Merge pull request #166 from JupiterOne/SRE-1782
Browse files Browse the repository at this point in the history
SRE-1782
  • Loading branch information
jablonnc authored Mar 14, 2024
2 parents 5ee478a + 09c4dc0 commit 0c55a23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ runs:
propagate_failure: ${{ !fromJSON(inputs.e2e_pass_on_error) }}
client_payload:
'{"spec_to_run":"${{ inputs.repo_spec }}","external_pr_number":"${{
github.event.issue.number }}","external_pr_title":"${{
github.event.issue.title }}","external_pr_repo_name":"${{
github.event.issue.number }}","external_pr_title":${{
toJSON(github.event.issue.title) }},"external_pr_repo_name":"${{
github.event.repository.name }}","external_pr_branch":"${{
inputs.pr_branch }}","external_pr_author":"${{
steps.get_author_name.outputs.commit_info_author
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ jobs:
client_payload:
'{"spec_to_run":"${{ matrix.repos.repo.spec
}}","external_pr_number":"${{ github.event.pull_request.number
}}","external_pr_title":"${{ github.event.pull_request.title
}}","external_pr_repo_name":"${{ github.event.repository.name
}}","external_pr_title":${{ toJSON(github.event.pull_request.title)
}},"external_pr_repo_name":"${{ github.event.repository.name
}}","external_pr_branch":"${{ github.event.pull_request.head.ref
}}","external_pr_author":"${{ env.COMMIT_INFO_AUTHOR
}}","external_pr_sha":"${{ github.event.pull_request.base.sha }}"}'
Expand Down

0 comments on commit 0c55a23

Please sign in to comment.