Skip to content

Commit

Permalink
Update pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN authored Apr 23, 2024
1 parent 87a8fa4 commit bcf434c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ jobs:
EOF
- name: Create Pull Request
id: pr
if: steps.check.outputs.result == 'true'
uses: peter-evans/create-pull-request@v6
with:
token: ${{ steps.generate_token.outputs.token }}
Expand All @@ -97,6 +96,5 @@ jobs:
body: "Bulk Rete CLI update"
reviewers: Ni55aN
- name: Add summary
if: steps.check.outputs.result == 'true'
run: |
echo "📰 ${{ steps.pr.outputs.pull-request-url }}" >> $GITHUB_STEP_SUMMARY

0 comments on commit bcf434c

Please sign in to comment.