Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lfarci/skills-write-javascript-actions
My clone repository
https://github.com/lfarci/skills-write-javascript-actions
Last synced: 1 day ago
JSON representation
My clone repository
- Host: GitHub
- URL: https://github.com/lfarci/skills-write-javascript-actions
- Owner: lfarci
- License: mit
- Created: 2024-05-12T13:08:43.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-12T13:32:20.000Z (6 months ago)
- Last Synced: 2024-05-12T14:26:35.610Z (6 months ago)
- Size: 2.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Write JavaScript Actions
_Write your own GitHub JavaScript Action and automate customized tasks unique to your workflow._
## Finish
### Congratulations, you've completed this course!
In this course, you've learned a lot about developing custom actions using JavaScript and Actions Toolkit.
## Publishing your actions
Publishing your actions is a great way to help others in your team and across the GitHub community. Although actions do not need to be published to be consumed, by adding them to the marketplace you make them easier to find.
Some notable actions you will find on the marketplace are:
- [Actions for Discord](https://github.com/marketplace/actions/actions-for-discord)
- [GitHub Action for Slack](https://github.com/marketplace/actions/github-action-for-slack)
- [Jekyll action](https://github.com/marketplace/actions/jekyll-action)
- [Run Jest](https://github.com/marketplace/actions/run-jest)And that just scratches the surface of the 1600+ and counting actions you will find on the marketplace
Follow [this guide](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/publishing-actions-in-github-marketplace#publishing-an-action) to learn how to publish your actions to the GitHub Marketplace
### What's next?
- [Take another GitHub Skills course](https://github.com/githubskills).
- We'd love to hear what you thought of this course in our [discussion board](https://github.com/orgs/skills/discussions/categories/write-javascript-actions).
- [Read the GitHub Getting Started docs](https://docs.github.com/en/get-started).
- To find projects to contribute to, check out [GitHub Explore](https://github.com/explore).---
Get help: [Post in our discussion board](https://github.com/orgs/skills/discussions/categories/write-javascript-actions) • [Review the GitHub status page](https://www.githubstatus.com/)
© 2023 GitHub • [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) • [MIT License](https://gh.io/mit)