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 9ea0c25 commit d180ae9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/versionCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,14 @@ jobs:
echo "PR_TITLE=$PR_TITLE_UPDATED" >> $GITHUB_ENV
- name: Update the PR title on GitHub
env:
UPDATE_PR_TITLE: ${{ env.PR_TITLE }}
uses: actions/github-script@v5
with:
script: |
echo "UPDATE_PR_TITLE: $UPDATE_PR_TITLE"
echo "UPDATE_PR_TITLE2: ${{env.UPDATE_PR_TITLE}}"
const { execSync } = require('child_process');
const prTitle = process.env.PR_TITLE;
github.rest.pulls.update({
Expand Down

0 comments on commit d180ae9

Please sign in to comment.