-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Playground 2 #30
Comments
@github-actions run await githubClient.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: "hello, world"
}) |
hello, world |
@github-actions run await githubClient.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: "hello, world"
}) |
hello, world |
@github-actions run await postComment("hello, world"); |
hello, world |
@github-actions run await postComment("hello, world"); |
hello, world |
@github-actions run await postComment("hello, world"); |
hello, world |
@github-actions run await postComment("hi, world "); |
@github-actions run await githubClient.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: "hello, world"
}) |
hello, world |
@github-actions run await githubClient.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: "hello, world"
}) |
hello, world |
@github-actions run await githubClient.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: "hello, world"
}) |
hello, world |
@github-actions run #!/bin/bash
pwd
ls |
@github-actions run await postComment("hello, world"); |
hello, world |
1 similar comment
hello, world |
@github-actions run await postComment(await (await fetch("https://example.com")).text()); |
@github-actions run await postComment("hello, world"); |
hello, world |
@github-actions run #! /bin/sh
pip install numpy #! /usr/bin/python
import numpy as np
print(np.array([1, 2, 3])) |
1 similar comment
@github-actions run #! /bin/sh
pip install numpy #! /usr/bin/python
import numpy as np
print(np.array([1, 2, 3])) |
@github-actions run await postComment("hello, world"); |
hello, world |
@github-actions run const r = await githubClient.graphql(`
query {
viewer {
login
}
}
`);
console.log("!!! GraphQL result", r); |
1 similar comment
@github-actions run const r = await githubClient.graphql(`
query {
viewer {
login
}
}
`);
console.log("!!! GraphQL result", r); |
@github-actions run const r = await octokit.graphql(`
query {
viewer {
login
}
}
`);
console.log("!!! GraphQL result", r); |
@github-actions run await octokit.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: "hello!"
}); |
hello! |
2 similar comments
hello! |
hello! |
@github-actions run await octokit.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: "hello, world"
}) |
hello, world |
@github-actions run await githubClient.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: "hello, world 1"
}) await githubClient.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: "hello, world 2"
}) |
hello, world 1 |
hello, world 2 |
@github-actions run #! /bin/sh
pip install numpy #! /usr/bin/python
import numpy as np
print(np.array([1, 2, 3])) |
@github-actions run await githubClient.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: "hello, world"
}) |
hello, world |
@github-actions run await githubClient.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: "hello, world 2"
}) |
hello, world 2 |
No description provided.
The text was updated successfully, but these errors were encountered: