Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dbasunag authored Mar 8, 2024
1 parent 5540494 commit 51a8a96
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
PR_DESCRIPTION: ${{ github.event.head_commit.message }}
PR_NUM: ${PR_URL##*/}

jobs:
verify_file:
Expand All @@ -17,8 +16,10 @@ jobs:

- name: Get Pull Request Number
run: |
PR_URL="${{ github.event.issue.pull_request.url }}"
PR_NUM=${PR_URL##*/}
echo "PR branch is: ${GITHUB_REF##*/}"
echo "Another option: and $PR_NUM"
echo "Another option: and ${PR_URL##*/}"
- name: Verify file creation (without revealing content)
run: |
Expand Down

0 comments on commit 51a8a96

Please sign in to comment.