Skip to content

Commit

Permalink
head -> base
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-Becker committed Jun 1, 2022
1 parent 0ed897e commit e3cf583
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mint_token.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
COMMIT_HASH: ${{ github.event.pull_request.merge_commit_sha }}
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
PULL_REQUEST_ID: ${{ github.event.pull_request.number }}
REPOSITORY_STARS: ${{ github.event.pull_request.head.repo.stargazers_count }}
REPOSITORY_STARS: ${{ github.event.pull_request.base.repo.stargazers_count }}
PULL_REQUEST_BODY: ${{ github.event.pull_request.body }}
PULL_REQUEST_TITLE: ${{ github.event.pull_request.title }}
REPOSITORY_CONTRIBUTORS: ${{ github.event.pull_request.head.repo.subscribers_count }}
REPOSITORY_CONTRIBUTORS: ${{ github.event.pull_request.base.repo.subscribers_count }}
RENOUN_DEPLOYMENT_ADDRESS: ${{ secrets.DEPLOYMENT_ADDRESS }}
PULL_REQUEST_CREATOR_USERNAME: ${{ github.event.pull_request.user.login }}
PULL_REQUEST_CREATOR_PICTURE_URL: ${{ github.event.pull_request.user.avatar_url }}
Expand Down
4 changes: 2 additions & 2 deletions src/workflows/mint_token.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
COMMIT_HASH: ${{ github.event.pull_request.merge_commit_sha }}
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
PULL_REQUEST_ID: ${{ github.event.pull_request.number }}
REPOSITORY_STARS: ${{ github.event.pull_request.head.repo.stargazers_count }}
REPOSITORY_STARS: ${{ github.event.pull_request.base.repo.stargazers_count }}
PULL_REQUEST_BODY: ${{ github.event.pull_request.body }}
PULL_REQUEST_TITLE: ${{ github.event.pull_request.title }}
REPOSITORY_CONTRIBUTORS: ${{ github.event.pull_request.head.repo.subscribers_count }}
REPOSITORY_CONTRIBUTORS: ${{ github.event.pull_request.base.repo.subscribers_count }}
RENOUN_DEPLOYMENT_ADDRESS: ${{ secrets.DEPLOYMENT_ADDRESS }}
PULL_REQUEST_CREATOR_USERNAME: ${{ github.event.pull_request.user.login }}
PULL_REQUEST_CREATOR_PICTURE_URL: ${{ github.event.pull_request.user.avatar_url }}
Expand Down

0 comments on commit e3cf583

Please sign in to comment.