Skip to content

Commit

Permalink
fixup! ci: Update main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kgilpin committed Aug 14, 2023
1 parent 1513072 commit 1e363f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: getappmap/[email protected]
if: (success() || failure()) && github.event_name == 'pull_request'
with:
base-revision: origin/main
base-revision: ${{ github.event.pull_request.base.sha }}
head-revision: ${{ github.event.pull_request.head.sha }}
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 1e363f7

Please sign in to comment.