Skip to content

Commit

Permalink
ci: use dink-bot action (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
keroxp authored Nov 15, 2019
1 parent 9b51527 commit 986461e
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,7 @@ jobs:
- 6379:6379
steps:
- uses: actions/checkout@v1
- name: Install Deno
run: |
DENO_VERSION=$(cat .denov)
curl -fsSL https://deno.land/x/install/install.sh | bash -s -- ${DENO_VERSION}
- name: Check And Bump
env:
GITHUB_USER: keroxp
GITHUB_REPO: deno-redis
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
export PATH=$HOME/.deno/bin:$PATH
deno run -A https://denopkg.com/keroxp/[email protected]/main.ts
- uses: keroxp/[email protected]
with:
github-repository: ${{ github.repository }}
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 986461e

Please sign in to comment.