Skip to content

Commit

Permalink
ss
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Jul 5, 2024
1 parent 1b46445 commit eb0322f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ jobs:
return (
await github.rest.repos.listPullRequestsAssociatedWithCommit({
commit_sha: "${{ github.sha }}",
owner: "${{ github.repository_owner }}",
repo: "${{ github.repository }}".split("/").pop(),
owner: mwangggg,
repo: cryostat-agent,
})
).data[0].title;
).data[0];
result-encoding: string
- run: echo ${{ steps.get_pr_data.output.result }}
- uses: thollander/actions-comment-pull-request@v2
Expand Down

0 comments on commit eb0322f

Please sign in to comment.