Scrap icon from apkmirror if not found on Playstore

This commit is contained in:
Nikhil Badyal
2023-08-07 08:40:42 +05:30
parent 2c5b4fa721
commit a7f5f71ac3
3 changed files with 70 additions and 5 deletions
+17 -1
View File
@@ -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