-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
action.yml
28 lines (28 loc) · 963 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: 'ZReviewTender: The app reviews bot: a free, stable, and safe App Store & Google Play review monitoring solution.'
author: 'ZhgChgLi'
description: 'ZReviewTender uses brand new App Store & Google Play API to resend App reviews to your Slack channel automatically.'
branding:
icon: 'download-cloud'
color: 'gray-dark'
inputs:
command:
description: '[ZReviewTender Command]'
required: true
default: '-r'
runs:
using: "composite"
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.5
- run: gem install ZReviewTender
shell: bash
- run: ZReviewTender ${{ inputs.command }}
shell: bash
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Update latest check timestamp log file."
commit_user_name: "ZReviewTender"
commit_user_email: "[email protected]"
commit_author: ZReviewTender <[email protected]>