We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a52e7f4 + f4f25eb commit 1318dc3Copy full SHA for 1318dc3
README.md
@@ -71,6 +71,15 @@ in case you need to use a non-default token.
71
72
By default, github-script will use the token provided to your workflow.
73
74
+### Print the available attributes of context:
75
+
76
+```yaml
77
+- name: View context attributes
78
+ uses: actions/github-script@0.9.0
79
+ with:
80
+ script: console.log(context)
81
+```
82
83
### Comment on an issue
84
85
```yaml
0 commit comments