Skip to content

Releases: patriknyblad/add-pr-checks

v1.1.0 Inline checks 📝

30 Aug 12:56
cadcad4
Compare
Choose a tag to compare

You can now add PR status checks by adding them as an inline YAML arrat in the action like this:

      - name: Add checks as arguments
        uses: patriknyblad/[email protected]
        with:
          token: ${{ secrets.GITHUB_TOKEN }}
          checks: |
            - name: App download QR code 1
              value: See details 1
              summary: |
                ![QR Code](https://chart.googleapis.com/chart?chs=200x200&cht=qr&chl=https://example.com)

First version 🎉

19 Jan 15:59
7274d7c
Compare
Choose a tag to compare

Very first version, please check the README for how to use this action.