Skip to content

Commit

Permalink
Add a bit mure security
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceo committed May 16, 2024
1 parent eae39e9 commit 73820d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
composer remove ${{ env.PACKAGE }} \
&& composer require ${{ env.PACKAGE }}
attempt_limit: 200
if: ${{ env.BUILD_URL && env.PACKAGE }}
# TODO: Remember to change hardcoded url check.
if: ${{ env.BUILD_URL && env.PACKAGE && startsWith(env.BUILD_URL, 'https://github.com/reload/poc-dpl-react-pr-trigger/releases/download') }}

- name: Create branch and PR
run: |
Expand Down

0 comments on commit 73820d5

Please sign in to comment.