diff --git a/.github/workflows/github_bot.yml b/.github/workflows/github_bot.yml index 3276e2d..4d397b6 100644 --- a/.github/workflows/github_bot.yml +++ b/.github/workflows/github_bot.yml @@ -1,4 +1,4 @@ -name: JamAction Bot +name: JamJam on: issues: @@ -21,7 +21,7 @@ jobs: - name: Build and run Go script run: | - cd github-bot + cd github-bot/src go build -o github_bot cmd/main.go ./github_bot env: