Files
arcanechat-android/.github/workflows/artifacts.yml
T
Workflow config file is invalid. Please check your config file: model.ReadWorkflow: yaml: line 18: mapping values are not allowed in this context
adbenitez ecd4157b48 update CI
2021-11-12 22:20:41 -05:00

21 lines
613 B
YAML

name: add artifact links to pull request
on:
workflow_run:
workflows: ["Upload Preview APK"]
types: [completed]
jobs:
artifacts-url-comments:
name: add artifact links to pull request
runs-on: windows-2019
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: add artifact links to pull request
uses: tonyhallett/artifacts-url-comments@v1.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
prefix: 📦 Install this apk to test the changes in this pull request:
format: name
addTo: pull