mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-29 23:08:28 +00:00
Merge branch 'main' into maintenance/lint
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: Package request
|
||||
about: Request a new package
|
||||
title: ''
|
||||
title: "[Package Request] "
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
|
||||
@@ -15,7 +15,10 @@ jobs:
|
||||
options: --cap-add=SYS_ADMIN --privileged
|
||||
steps:
|
||||
- name: Install packages
|
||||
run: dnf install -y rpmdevtools git python
|
||||
run: |
|
||||
sudo dnf install -y dnf-plugins-core
|
||||
sudo dnf config-manager --add-repo https://github.com/terrapkg/subatomic-repos/raw/main/terra37.repo
|
||||
dnf install -y rpmdevtools git python anda
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
@@ -28,9 +31,9 @@ jobs:
|
||||
mkdir -p ${{ runner.temp }}
|
||||
echo "${{ secrets.SSH_SIGNING_KEY }}" > ${{ runner.temp }}/signing_key
|
||||
chmod 0700 ${{ runner.temp }}/signing_key
|
||||
|
||||
- name: Run Update
|
||||
run: bash ./update.sh
|
||||
|
||||
- name: Run Update (anda)
|
||||
run: anda update -vv
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user