Skip to content

Commit

Permalink
Debug state 2
Browse files Browse the repository at this point in the history
  • Loading branch information
willGraham01 committed Mar 26, 2024
1 parent 3edbad0 commit 77e55f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/fetch_sha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
if (!context.payload.issue.pull_request) {
return context.sha;
};
return "I am here";
const { data: pr } = await github.rest.pulls.get({
owner: context.issue.owner,
repo: context.issue.repo,
Expand All @@ -51,5 +50,5 @@ jobs:
- id: set-profiling-filename
name: Set profiling output file name
run: |
echo "name=${GITHUB_EVENT_NAME}
echo "name=${GITHUB_EVENT_NAME}"
echo "SHA=${{ needs.set-variables.outputs.sha }}"

0 comments on commit 77e55f6

Please sign in to comment.