Merge pull request #410 from LizardByte/update/workflows
Update workflows
This commit is contained in:
@@ -73,7 +73,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Setup Dependencies Linux AUR
|
- name: Setup Dependencies Linux AUR
|
||||||
run: |
|
run: |
|
||||||
@@ -591,7 +591,7 @@ jobs:
|
|||||||
echo "$subport"
|
echo "$subport"
|
||||||
subportlist="$subportlist $subport"
|
subportlist="$subportlist $subport"
|
||||||
done
|
done
|
||||||
echo "::set-output name=subportlist::${subportlist}"
|
echo "subportlist=${subportlist}" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Run port lint for all subports
|
- name: Run port lint for all subports
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user