Skip to content

Commit

Permalink
ENH: UPdate dev acton
Browse files Browse the repository at this point in the history
  • Loading branch information
khalford committed Oct 2, 2024
1 parent b2c5041 commit c13653a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
name: 'Check Semver Version Number'
description: 'Check if the semver version number has changed from the main branch.'
inputs:
path:
app_version_path:
description: 'Path to main app version file.'
required: true
default: './version.txt'
docker_compose_path:
description: 'Path to compose file.'
required: false
outputs:
updated:
description: 'If the version was updated or not.'
app_updated:
description: 'If the app version was updated or not.'
compose_updated:
description: 'If the compose version was updated or not.'

runs:
using: 'docker'
Expand Down

0 comments on commit c13653a

Please sign in to comment.