Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss authored Sep 23, 2024
1 parent 2cd5e5e commit 5a8aa9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Check upstream PHP_DEFAULT_VERSION
env:
RULES_URL: https://salsa.debian.org/php-team/php-defaults/-/raw/main/debian/rules
RULES_URL: https://salsa.debian.org/php-team/php-defaults/-/raw/deb.sury.org/main/debian/rules?ref_type=heads
run: |
RULES=$(curl -sSL $RULES_URL)
VARIABLE_LINE=$(echo "$RULES" | grep '^PHP_DEFAULT_VERSION ')
Expand Down

0 comments on commit 5a8aa9f

Please sign in to comment.