Skip to content

Commit

Permalink
Add missing workflow steps validations
Browse files Browse the repository at this point in the history
  • Loading branch information
falvaradorodriguez committed Apr 2, 2024
1 parent 6381f8b commit 2dc6c56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create_pr_with_new_address.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,13 @@ jobs:
python-version: '3.12'

- name: Install dependencies
if: steps.check-comment.outputs.result == 'true'
run: |
pip install PyGithub
pip install safe-eth-py==6.0.0b18
- name: Process Issue and Create PR
if: steps.check-comment.outputs.result == 'true'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ISSUE_NUMBER: ${{ github.event.issue.number }}
Expand Down

0 comments on commit 2dc6c56

Please sign in to comment.