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 4c9591d commit 7ab13df
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 @@ -5,8 +5,9 @@ on:

env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
PR_TITLE: ${{ github.event.issue.pull_request }}
PR_DESCRIPTION: ${{ github.event.head_commit.message }}
PR_URL: "${{ github.event.issue.pull_request.url }}"
PR_NUM: ${PR_URL##*/}

jobs:
verify_file:
Expand All @@ -18,7 +19,7 @@ jobs:
- name: Get Pull Request Number
run: |
echo "PR branch is: ${GITHUB_REF##*/}"
echo "Another option: $BRANCH_NAME"
echo "Another option: $PR_URL and $PR_NUM"
- name: Verify file creation (without revealing content)
run: |
Expand Down

0 comments on commit 7ab13df

Please sign in to comment.