diff --git a/.github/workflows/sync-aur.yml b/.github/workflows/sync-aur.yml index 35b5de0..feb762b 100644 --- a/.github/workflows/sync-aur.yml +++ b/.github/workflows/sync-aur.yml @@ -41,6 +41,9 @@ jobs: permissions: contents: read runs-on: ubuntu-latest + environment: + name: AUR / ${{ matrix.package }} + url: https://aur.archlinux.org/packages/${{ matrix.package }} strategy: matrix: ${{ fromJson(needs.get-matrix.outputs.matrix) }} fail-fast: false