Skip to content

draw the correct number of winners #182

draw the correct number of winners

draw the correct number of winners #182

Workflow file for this run

name: Raffle
on: [push, workflow_dispatch]
jobs:
raffle:
name: Raffle
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
- name: Install ethier
run: go install github.com/divergencetech/ethier/ethier@v0.35.3
- name: Run
run: |
export PATH=${PATH}:`go env GOPATH`/bin
./raffle.sh