chore: update action and trigger names
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
favicon: /favicons/deepl.svg
|
||||
items:
|
||||
- name: Translate Text
|
||||
- name: Translate text
|
||||
desc: Translates text from one language to another.
|
||||
---
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
---
|
||||
favicon: /favicons/delay.svg
|
||||
items:
|
||||
- name: Delay For
|
||||
- name: Delay for
|
||||
desc: Delays the execution of the next action by a specified amount of time.
|
||||
- name: Delay Until
|
||||
- name: Delay until
|
||||
desc: Delays the execution of the next action until a specified date.
|
||||
---
|
||||
|
||||
|
@@ -1,14 +1,14 @@
|
||||
---
|
||||
favicon: /favicons/google-drive.svg
|
||||
items:
|
||||
- name: New Files
|
||||
- name: New files
|
||||
desc: Triggers when any new file is added (inside of any folder)
|
||||
- name: New Files in Folder
|
||||
desc: Triggers when a new file is added directly to a specific folder (but not its subfolder)
|
||||
- name: New Folders
|
||||
desc: Triggers when a new folder is added directly to a specific folder (but not its subfolder)
|
||||
- name: Updated Files
|
||||
desc: Triggers when a file is updated in a specific folder (but not its subfolder)
|
||||
- name: New files in folder
|
||||
desc: Triggers when a new file is added directly to a specified folder (but not its subfolder)
|
||||
- name: New folders
|
||||
desc: Triggers when a new folder is added directly to a specified folder (but not its subfolder)
|
||||
- name: Updated files
|
||||
desc: Triggers when a file is updated in a specified folder (but not its subfolder)
|
||||
---
|
||||
|
||||
<script setup>
|
||||
|
@@ -1,7 +1,7 @@
|
||||
---
|
||||
favicon: /favicons/google-forms.svg
|
||||
items:
|
||||
- name: New Form Responses
|
||||
- name: New form responses
|
||||
desc: Triggers when a new form response is submitted
|
||||
---
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
---
|
||||
favicon: /favicons/google-sheets.svg
|
||||
items:
|
||||
- name: New Spreadsheets
|
||||
- name: New spreadsheets
|
||||
desc: Triggers when you create a new spreadsheet
|
||||
- name: New Worksheets
|
||||
- name: New worksheets
|
||||
desc: Triggers when you create a new worksheet in a spreadsheet
|
||||
---
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
---
|
||||
favicon: /favicons/http-request.svg
|
||||
items:
|
||||
- name: Custom Request
|
||||
- name: Custom request
|
||||
desc: Makes a custom HTTP request by providing raw details.
|
||||
---
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
---
|
||||
favicon: /favicons/strava.svg
|
||||
items:
|
||||
- name: Create Totals and Stats Report
|
||||
- name: Create totals and stats report
|
||||
desc: Creates a report with recent, year to date, and all time stats of your activities.
|
||||
---
|
||||
|
||||
|
@@ -1,13 +1,13 @@
|
||||
---
|
||||
favicon: /favicons/stripe.svg
|
||||
items:
|
||||
- name: New Payouts
|
||||
- name: New payouts
|
||||
desc: Triggers when stripe sent a payout to a third-party bank account or vice versa.
|
||||
org: Stripe Documentation
|
||||
org: Stripe documentation
|
||||
orgLink: https://stripe.com/docs/api/payouts/object
|
||||
- name: New Balance Transactions
|
||||
- name: New balance transactions
|
||||
desc: Triggers when a fund has been moved through your stripe account.
|
||||
org: Stripe Documentation
|
||||
org: Stripe documentation
|
||||
orgLink: https://stripe.com/docs/api/balance_transactions/object
|
||||
---
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
---
|
||||
favicon: /favicons/todoist.svg
|
||||
items:
|
||||
- name: Create Task
|
||||
- name: Create task
|
||||
desc: Creates a task in Todoist.
|
||||
---
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
---
|
||||
favicon: /favicons/todoist.svg
|
||||
items:
|
||||
- name: Get Tasks
|
||||
- name: Get tasks
|
||||
desc: Finds tasks in Todoist, optionally matching specified parameters.
|
||||
---
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
---
|
||||
favicon: /favicons/twitter.svg
|
||||
items:
|
||||
- name: Create Tweet
|
||||
- name: Create tweet
|
||||
desc: Create a tweet.
|
||||
- name: Search User
|
||||
- name: Search user
|
||||
desc: Search a user.
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user