Browse Source

Bump NejcZdovc/comment-pr from 1 to 2

Bumps [NejcZdovc/comment-pr](https://github.com/NejcZdovc/comment-pr) from 1 to 2.
- [Release notes](https://github.com/NejcZdovc/comment-pr/releases)
- [Commits](https://github.com/NejcZdovc/comment-pr/compare/v1...v2)

---
updated-dependencies:
- dependency-name: NejcZdovc/comment-pr
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
misc/jme/add-logging-to-state-machine
dependabot[bot] 2 years ago committed by GitHub
parent
commit
0cddffd896
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -44,7 +44,7 @@ jobs:
file: app/build/outputs/apk/debug/app-arm64-v8a-debug.apk file: app/build/outputs/apk/debug/app-arm64-v8a-debug.apk
- name: Add or update PR comment with QR Code to download APK. - name: Add or update PR comment with QR Code to download APK.
if: ${{ github.event_name == 'pull_request' }} if: ${{ github.event_name == 'pull_request' }}
uses: NejcZdovc/comment-pr@v1 uses: NejcZdovc/comment-pr@v2
with: with:
message: | message: |
:iphone: Scan the QR code below to install the build (arm64 only) for this PR. :iphone: Scan the QR code below to install the build (arm64 only) for this PR.

Loading…
Cancel
Save