actions-comment-run
actions-comment-run copied to clipboard
Playground 2
@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
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]))
@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);
@github-actions run
const r = await githubClient.graphql(`
query {
viewer {
login
}
}
`);
console.log("!!! GraphQL result", r);