Skip to content

Commit

Permalink
Testing something
Browse files Browse the repository at this point in the history
Signed-off-by: Chad Metcalf <metcalfc@gmail.com>
  • Loading branch information
metcalfc committed Sep 1, 2020
1 parent 3046a40 commit 9dbec27
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: commit
on: [push]

jobs:
commits:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v3
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
const result = await github.repos.listCommits({ context.repo.owner, context.repo.repo, });
console.log(result);

0 comments on commit 9dbec27

Please sign in to comment.