Update me.qoomon.git-versioning 6.4.2 to 6.4.3 #105
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | |
# Only works on action triggered by pull_request | |
- 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) |