Skip to content

feature: upgrade go, add -version flag, more bin arch #1

feature: upgrade go, add -version flag, more bin arch

feature: upgrade go, add -version flag, more bin arch #1

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
continue-on-error: true
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
issue-message: "# Welcome.\nThanks for your issue."
pr-message: "Thanks for you pr."