actions-comment-run icon indicating copy to clipboard operation
actions-comment-run copied to clipboard

Playground 2

Open nwtgck opened this issue 4 years ago • 37 comments

nwtgck avatar Mar 23 '20 00:03 nwtgck

@github-actions run

await githubClient.issues.createComment({
  issue_number: context.issue.number,
  owner: context.repo.owner, 
  repo: context.repo.repo,
  body: "hello, world"
})

nwtgck avatar Mar 23 '20 00:03 nwtgck

hello, world

github-actions[bot] avatar Mar 23 '20 00:03 github-actions[bot]

@github-actions run

await githubClient.issues.createComment({
  issue_number: context.issue.number,
  owner: context.repo.owner, 
  repo: context.repo.repo,
  body: "hello, world"
})

nwtgck avatar Mar 23 '20 00:03 nwtgck

hello, world

github-actions[bot] avatar Mar 23 '20 00:03 github-actions[bot]

@github-actions run

await postComment("hello, world");

nwtgck avatar Apr 02 '20 11:04 nwtgck

hello, world

github-actions[bot] avatar Apr 02 '20 11:04 github-actions[bot]

@github-actions run

await postComment("hello, world");

nwtgck avatar Apr 03 '20 12:04 nwtgck

hello, world

github-actions[bot] avatar Apr 03 '20 12:04 github-actions[bot]

@github-actions run

await postComment("hello, world");

nwtgck avatar Apr 30 '20 00:04 nwtgck

hello, world

github-actions[bot] avatar Apr 30 '20 00:04 github-actions[bot]

@github-actions run

await postComment("hi, world ");

jonas-kgomo avatar Jul 11 '20 12:07 jonas-kgomo

@github-actions run

await githubClient.issues.createComment({
  issue_number: context.issue.number,
  owner: context.repo.owner, 
  repo: context.repo.repo,
  body: "hello, world"
})

nwtgck avatar Aug 15 '20 00:08 nwtgck

hello, world

github-actions[bot] avatar Aug 15 '20 00:08 github-actions[bot]

@github-actions run

await githubClient.issues.createComment({
  issue_number: context.issue.number,
  owner: context.repo.owner, 
  repo: context.repo.repo,
  body: "hello, world"
})

nwtgck avatar Dec 16 '21 12:12 nwtgck

hello, world

github-actions[bot] avatar Dec 16 '21 12:12 github-actions[bot]

@github-actions run

await githubClient.issues.createComment({
  issue_number: context.issue.number,
  owner: context.repo.owner, 
  repo: context.repo.repo,
  body: "hello, world"
})

nwtgck avatar Dec 16 '21 12:12 nwtgck

hello, world

github-actions[bot] avatar Dec 16 '21 12:12 github-actions[bot]

@github-actions run

#!/bin/bash
pwd
ls

nwtgck avatar Dec 16 '21 13:12 nwtgck

@github-actions run

await postComment("hello, world");

nwtgck avatar May 04 '23 08:05 nwtgck

hello, world

github-actions[bot] avatar May 04 '23 08:05 github-actions[bot]

hello, world

github-actions[bot] avatar May 04 '23 09:05 github-actions[bot]

@github-actions run

await postComment(await (await fetch("https://example.com")).text());

nwtgck avatar May 04 '23 22:05 nwtgck

@github-actions run

await postComment("hello, world");

nwtgck avatar May 04 '23 23:05 nwtgck

hello, world

github-actions[bot] avatar May 04 '23 23:05 github-actions[bot]

@github-actions run

#! /bin/sh
pip install numpy
#! /usr/bin/python
import numpy as np

print(np.array([1, 2, 3]))

nwtgck avatar May 04 '23 23:05 nwtgck

@github-actions run

#! /bin/sh
pip install numpy
#! /usr/bin/python
import numpy as np

print(np.array([1, 2, 3]))

nwtgck avatar May 04 '23 23:05 nwtgck

@github-actions run

await postComment("hello, world");

nwtgck avatar May 04 '23 23:05 nwtgck

hello, world

github-actions[bot] avatar May 04 '23 23:05 github-actions[bot]

@github-actions run

const r = await githubClient.graphql(`
query {
  viewer {
    login
  }
}
`);
console.log("!!! GraphQL result", r);

nwtgck avatar May 05 '23 00:05 nwtgck

@github-actions run

const r = await githubClient.graphql(`
query {
  viewer {
    login
  }
}
`);
console.log("!!! GraphQL result", r);

nwtgck avatar May 05 '23 00:05 nwtgck