Skip to content

Commit

Permalink
Adding notes for the actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCarini committed Sep 29, 2020
1 parent b3c6fa5 commit d7390ae
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Notes
My personal notes for this action.

## Usage of the two GH Actions
- https://github.com/search?q=%22uses%3A+thepieterdc%2Fintellij-plugin-verifier-action%22+fork%3Afalse+language%3AYAML&type=Code
- 2020-09-19 - 16 results
- https://github.com/search?q=%22uses%3A+ChrisCarini%2Fintellij-platform-plugin-verifier-action%22+fork%3Afalse+language%3AYAML&type=Code
- 2020-09-19 - 370+ results

## `node.js` Stuff
- https://www.google.com/search?q=nodejs+request+json
- https://api.github.com/repos/JetBrains/intellij-plugin-verifier/releases/latest
- https://github.com/node-fetch/node-fetch#json
- https://medium.com/the-node-js-collection/making-your-node-js-work-everywhere-with-environment-variables-2da8cdf6e786

## Hashing out the JetBrains OSS GH Action
- https://github.com/JetBrains/intellij-plugin-verifier-github-action/issues/1
- https://github.com/JetBrains/intellij-plugin-verifier-github-action
- https://help.github.com/en/actions/building-actions/creating-a-javascript-action
- https://github.com/actions/toolkit
- https://github.com/actions/toolkit/tree/master/packages/core
- https://github.com/actions/javascript-action
- https://github.com/actions?q=setup-java&type=&language=
- https://github.com/actions/create-release/blob/master/src/create-release.js
- https://github.com/actions/toolkit/tree/master/packages/github
- https://octokit.github.io/rest.js/v17#repos-get-latest-release
- https://github.com/actions/setup-java/blob/master/src/installer.ts

0 comments on commit d7390ae

Please sign in to comment.