Skip to content

Commit

Permalink
Update checker.yml
Browse files Browse the repository at this point in the history
Signed-off-by: ArchBlood <35392110+ArchBlood@users.noreply.github.com>
  • Loading branch information
ArchBlood authored Apr 1, 2024
1 parent 9d8cb2a commit d7ad178
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ jobs:
- name: Download humhub-extension.php
run: |
mkdir -p install
curl -o install/humhub-extension.php https://raw.githubusercontent.com/GreenMeteor/humhub-extension/main/install/humhub-extension.php
curl -o install/humhub-extension.php
- name: Set permissions for humhub-extension.php
run: |
chmod +x install/humhub-extension.php
- name: Run installation script
run: |
Expand Down

0 comments on commit d7ad178

Please sign in to comment.