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 6e5a29d commit 00141e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/receive-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v3

- name: Display PR Information
run: echo 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
Expand Down

0 comments on commit 00141e2

Please sign in to comment.