Skip to content

Commit

Permalink
remove pull request details step main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hdolinh authored Jul 27, 2023
1 parent b41a418 commit 37a7ffc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@ jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Get pull request details
id: pr_details
uses: octokit/[email protected]
with:
route: GET /repos/:NCEAS/:nceas-training/pulls/:pull_number
pull_number: ${{ github.event.pull_request.number }}
env:
GITHUB_TOKEN: ${{ secrets.RRCOURSE }}

- name: Set branch name to variable
run: |
branch=$(echo "${{ steps.pr_details.outputs.data.base.ref }}")
Expand Down

0 comments on commit 37a7ffc

Please sign in to comment.