Skip to content

Commit

Permalink
Update update-copyright.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
szaimen committed Oct 14, 2024
1 parent 2b07851 commit 1c8f6ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-copyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
run: |
set -x
cd ../
git clone https://github.com/nextcloud/github_helper.git --depth 1; \
# todo: remove the single branch below and clone master
git clone https://github.com/nextcloud/github_helper.git --depth 1 --single-branch --branch enh/noid/fix-exit
ls -la
cd github_helper/spdx-convertor
composer install
Expand Down

0 comments on commit 1c8f6ab

Please sign in to comment.