Skip to content

Added sagaexecutor example #68

Added sagaexecutor example

Added sagaexecutor example #68

Workflow file for this run

name: dapr-bot
on:
issue_comment:
types: [created]
jobs:
bot-run:
name: bot-processor
runs-on: ubuntu-latest
permissions:
issues: write
contents: read
env:
GITHUB_TOKEN: ${{ github.token }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Golang
uses: actions/setup-go@v4
with:
go-version: ~1.20
cache-dependency-path: |
./.github/workflows/dapr-bot/
- name: go-bot-mod
working-directory: ./.github/workflows/dapr-bot/
run: go get ./...
- name: go-bot-run
working-directory: ./.github/workflows/dapr-bot/
run: go run .