diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 589f0096..1f8b3dff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,17 +42,14 @@ jobs: echo ::set-output name=tag_name::${GITHUB_REF#refs/tags/} fi - - # https://github.com/actions/setup-go name: Set up Go uses: actions/setup-go@v2 with: go-version: 1.13 - - # https://github.com/actions/checkout name: Checkout uses: actions/checkout@v2 - - # https://github.com/goreleaser/goreleaser-action name: GoReleaser uses: goreleaser/goreleaser-action@v1 with: @@ -63,7 +60,6 @@ jobs: run: | go test -coverprofile=coverage.txt -covermode=atomic ./... - - # https://github.com/codecov/codecov-action name: Upload coverage uses: codecov/codecov-action@v1 if: success() @@ -71,7 +67,6 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.txt - - # https://github.com/softprops/action-gh-release name: GitHub Release uses: softprops/action-gh-release@v1 if: success() && startsWith(github.ref, 'refs/tags/') @@ -113,11 +108,9 @@ jobs: ${TAGS} \ --file Dockerfile . - - # https://github.com/crazy-max/ghaction-docker-buildx name: Set up Docker Buildx uses: crazy-max/ghaction-docker-buildx@v1 - - # https://github.com/actions/checkout name: Checkout uses: actions/checkout@v2 - diff --git a/.github/workflows/gosum.yml b/.github/workflows/gosum.yml index 6af82a62..bc393bbe 100644 --- a/.github/workflows/gosum.yml +++ b/.github/workflows/gosum.yml @@ -18,7 +18,6 @@ jobs: name: Checkout uses: actions/checkout@v2 - - # https://github.com/actions/setup-go name: Set up Go uses: actions/setup-go@v2 with: @@ -33,14 +32,14 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - git config user.name "${GITHUB_ACTOR}" - git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" + git config user.name GitHub + git config user.email noreply@github.com git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git - name: Commit and push changes run: | git add . if output=$(git status --porcelain) && [ ! -z "$output" ]; then - git commit -m 'Fix go modules' + git commit --author "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" --message "Fix go modules" git push fi diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 9aa092e3..294c3b72 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -13,11 +13,9 @@ jobs: runs-on: ubuntu-latest steps: - - # https://github.com/actions/checkout name: Checkout uses: actions/checkout@v2 - - # https://github.com/crazy-max/ghaction-github-labeler name: Run Labeler if: success() uses: crazy-max/ghaction-github-labeler@v2 diff --git a/README.md b/README.md index 09b7f698..f8dc89f2 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ GitHub release Total downloads Build Status - Docker Stars - Docker Pulls + Docker Stars + Docker Pulls
Go Report Code Quality Become a sponsor