From a4d35f1a24b0f3369d0a4fcda3a4892c8676378b Mon Sep 17 00:00:00 2001 From: satackey <21271711+satackey@users.noreply.github.com> Date: Fri, 27 Mar 2020 16:04:34 +0900 Subject: [PATCH] Add a way to use latest action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d42b3d..83eb3f0 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Run JavaScript instead of shell script in GitHub Actions. ## Example ```yaml - name: Output current branch name & date + # To use latest action, specify "release-master" instead of "v0.0.2" uses: satackey/action-js-inline@v0.0.2 id: getdata with: @@ -20,7 +21,6 @@ Run JavaScript instead of shell script in GitHub Actions. core.setOutput('branch', branch) // date - const dateResponse = await axios('https://ntp-a1.nict.go.jp/cgi-bin/json') /* { "id": "ntp-a1.nict.go.jp",