1
0
mirror of synced 2026-01-08 12:01:53 -05:00

Merge pull request #33296 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-12-06 18:52:16 -08:00
committed by GitHub

View File

@@ -271,3 +271,10 @@ jobs:
From your repository, click the **Actions** tab, and select the latest workflow run. Under **Jobs** or in the visualization graph, click **A job to say hello**. You should see "Hello Mona the Octocat" or the name you used for the `who-to-greet` input and the timestamp printed in the log.
![A screenshot of using your action in a workflow](/assets/images/help/repository/javascript-action-workflow-run-updated-2.png)
## Template repositories for creating JavaScript actions
{% data variables.product.prodname_dotcom %} provides template repositories for creating JavaScript and TypeScript actions. You can use these templates to quickly get started with creating a new action that includes tests, linting, and other recommended practices.
* [`javascript-action` template repository](https://github.com/actions/javascript-action)
* [`typescript-action` template repository](https://github.com/actions/typescript-action)