Skip to content

Commit

Permalink
add id
Browse files Browse the repository at this point in the history
  • Loading branch information
darioush committed Aug 21, 2024
1 parent 83efa1b commit 7d0b761
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/sync-subnet-evm-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
git checkout -- .github/workflows
- name: Create Pull Request
id: create_pr
uses: peter-evans/create-pull-request@v6
with:
commit-message: "Sync subnet-evm to ${{ steps.fetch_remote_branch.outputs.result }}"
Expand All @@ -58,7 +59,7 @@ jobs:
draft: true

- name: PR Outputs
if: ${{ steps.cpr.outputs.pull-request-number }}
if: ${{ steps.create_pr.outputs.pull-request-number }}
run: |
echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}"
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
echo "Pull Request Number - ${{ steps.create_pr.outputs.pull-request-number }}"
echo "Pull Request URL - ${{ steps.create_pr.outputs.pull-request-url }}"

0 comments on commit 7d0b761

Please sign in to comment.