mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
✨ Scrap icon from apkmirror if not found on Playstore
This commit is contained in:
@@ -3,7 +3,14 @@ name: Check for new Revanced apps
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
push:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
CREATE_ISSUE:
|
||||
description: "Create GitHub issue"
|
||||
required: false
|
||||
type: boolean
|
||||
default: false
|
||||
|
||||
jobs:
|
||||
status_check:
|
||||
@@ -33,9 +40,18 @@ jobs:
|
||||
id: status
|
||||
|
||||
- name: Update Check
|
||||
run: echo "${{ steps.status.outputs.changelog }}"
|
||||
run: |
|
||||
run: echo "${{ steps.status.outputs.changelog }}"
|
||||
|
||||
- name: Upload status file
|
||||
uses: actions/upload-artifact@main
|
||||
with:
|
||||
name: issue_body.md
|
||||
path: status.md
|
||||
if-no-files-found: error
|
||||
|
||||
- name: Create Issue Action
|
||||
if: inputs.CREATE_ISSUE
|
||||
uses: nashmaniac/create-issue-action@v1.2
|
||||
with:
|
||||
title: Revanced apps Status
|
||||
|
||||
Reference in New Issue
Block a user