Merge pull request #1860 from YunoHost/n-autoupdater

Fix vendor autoupdater and keep only one vendor directory
This commit is contained in:
Salamandar 2024-06-02 20:46:16 +02:00 committed by GitHub
commit d77b646971
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 2 additions and 1 deletions

View file

@ -19,7 +19,7 @@ jobs:
# Download n
wget https://raw.githubusercontent.com/tj/n/master/bin/n --output-document=helpers/vendor/n/n
echo "VERSION=$(sed -n 's/^VERSION=\"\(.*\)\"/\1/p' < n)" >> $GITHUB_ENV
echo "VERSION=$(sed -n 's/^VERSION=\"\(.*\)\"/\1/p' < helpers/vendor/n/n)" >> $GITHUB_ENV
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6

1
helpers/helpers.v1.d/vendor Symbolic link
View file

@ -0,0 +1 @@
../vendor