ci: Use ghcr.io/flathub/actions/merge Docker image

This commit is contained in:
Bartłomiej Piotrowski
2021-02-16 18:54:14 +01:00
parent 2c633d3b6f
commit 671d9733f7
+10 -7
View File
@@ -1,13 +1,16 @@
name: Automatic application merge
on:
issue_comment:
types: [created]
name: Automatic application merge
types:
- created
jobs:
merge:
name: Merge
runs-on: ubuntu-latest
container:
image: ghcr.io/flathub/actions/merge:latest
steps:
- name: Merge application
uses: flathub/actions/merge@master
env:
GITHUB_TOKEN: ${{ secrets.FLATHUBBOT_TOKEN }}
- run: /entrypoint.py
env:
GITHUB_TOKEN: ${{ secrets.FLATHUBBOT_TOKEN }}