Skip to content

Commit

Permalink
dfd
Browse files Browse the repository at this point in the history
  • Loading branch information
yih-redhat committed Feb 21, 2024
1 parent 4a4935b commit 98998eb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
route: GET /repos/${{ github.repository }}/pulls/${{ steps.pr-num.outputs.pr_number }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: print pr
run: |
echo "pr number is: ${{ steps.pr-num.outputs.pr_number }}"

outputs:
sha: ${{ fromJson(steps.pr-api.outputs.data).head.sha }}
pr_number: ${{ steps.pr-num.outputs.pr_number }}
Expand Down

0 comments on commit 98998eb

Please sign in to comment.