1
0
Fork 0
mirror of https://github.com/YunoHost/yunohost.git synced 2025-09-17 22:08:33 +02:00

Fix github workflow that updates 'n' in helper vendors

This commit is contained in:
Salamandar 2024-06-02 20:30:37 +02:00
commit b4f2e5f748

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