-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of github.com:newrelic/opensource-website into…
… newrelic-newrelic-ios-agent
- Loading branch information
Showing
68 changed files
with
37,506 additions
and
27,120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
name: "sync-data" | ||
description: "Sync project and project-stats data" | ||
name: 'sync-data' | ||
description: 'Sync project and project-stats data' | ||
inputs: | ||
github-token: | ||
description: "Token to use for authentication to GitHub APIs" | ||
description: 'Token to use for authentication to GitHub APIs' | ||
required: true | ||
projects: | ||
description: "true/false - determines whether to fetch and sync the project data" | ||
description: 'true/false - determines whether to fetch and sync the project data' | ||
project-stats: | ||
description: "true/false - determines whether to fetch and sync the project-stats data" | ||
description: 'true/false - determines whether to fetch and sync the project-stats data' | ||
runs: | ||
using: "node12" | ||
main: "dist/index.js" | ||
using: 'node16' | ||
main: 'dist/index.js' |
Oops, something went wrong.