Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDEnYO committed Aug 5, 2024
1 parent c10a543 commit 63eec5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/versionCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,11 @@ jobs:
- name: Update the PR title on GitHub
env:
GH_PAT: ${{ secrets.GIT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_TITLE: ${{ env.PR_TITLE }}
run: |
echo $GH_PAT | gh auth login --with-token
gh pr edit ${{ github.event.pull_request.number }} --title "${{ env.PR_TITLE }}"

0 comments on commit 63eec5f

Please sign in to comment.