Skip to content

Simplify playlist generation code #54

Simplify playlist generation code

Simplify playlist generation code #54

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
build:
uses: Borewit/listFix/.github/workflows/ci.yml@main
commentArtifacts:
name: Link build artifacts
runs-on: ubuntu-latest
needs: [build]
permissions:
pull-requests: write
steps:
- name: Comment PR linking artifact
uses: thollander/actions-comment-pull-request@v2
with:
message: |
[Build run (#${{ github.run_id }}, attempt #${{ github.run_attempt }}) artifacts](https://github.com/Borewit/listFix/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }}#artifacts)