From 5c9e354ff035c59fc5bc0418343908be251528f4 Mon Sep 17 00:00:00 2001 From: Oliver Byford Date: Mon, 21 Dec 2020 15:16:05 +0000 Subject: [PATCH] Use @v3 in 'View context attributes' example This makes the version of github-script used in the 'View context attributes' example consistent with the version used by all of the other examples in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c582ce6..ae398a1 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ By default, github-script will use the token provided to your workflow. ```yaml - name: View context attributes - uses: actions/github-script@0.9.0 + uses: actions/github-script@v3 with: script: console.log(context) ```