Skip to content

Commit

Permalink
fix(JWV-593): remove updating the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminalbanese committed Nov 7, 2024
1 parent 127e64f commit 8bca228
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,3 @@ jobs:
# you probably have to pass the personal access token to the action so that it can send to mattermost.
# Alternatively, set as below so that nothing happens with dependabot PRs.
if: ${{ github.actor != 'dependabot[bot]' }}

updateReadme:
needs: mainJob
uses: levigo/reusable-workflows-pub/.github/workflows/update-readme-md.yml@v1
secrets: inherit
with:
releaseVersion: ${{ needs.mainJob.outputs.releaseVersion }}
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[![Actions Status](https://github.com/levigo/gwt-spring-boot-starter/workflows/Continuous%20Delivery/badge.svg)](https://github.com/levigo/gwt-spring-boot-starter/actions)
[![Docker Hub](https://img.shields.io/badge/MADE%20with-JAVA-RED.svg)](#JAVA)
[![Generic badge](https://img.shields.io/badge/current%20version-2.2.1-1abc9c.svg)](https://github.com/levigo/gwt-spring-boot-starter/tree/v2.2.1)

# A Spring-Boot Starter for Google Web Toolkit (GWT) applications

## Features
Expand Down

0 comments on commit 8bca228

Please sign in to comment.