Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JayaShakthi97 committed Feb 19, 2024
1 parent 17a7fb1 commit 96c1630
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/receive-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
# -------------------------------------------------------------------------------------

name: Receive PR and Prepare for Processing
name: Receive PR

on:
pull_request:
Expand All @@ -32,10 +32,10 @@ jobs:
uses: actions/checkout@v3

- name: Display PR Information
run: echo "Received PR: ${{ github.event.number }}"
run: echo `Received PR: ${ github.event.number }`

- name: Save PR Number for Later Use
run: echo "${{ github.event.number }}" > PR_NUMBER
run: echo `${ github.event.number }` > PR_NUMBER

- name: Upload PR Number as Artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 96c1630

Please sign in to comment.