Skip to content

Commit

Permalink
Merge pull request #1 from sentrysoftware/Removed-default-values
Browse files Browse the repository at this point in the history
Removed default values
  • Loading branch information
SaqlainSentry authored Jun 12, 2024
2 parents 489f1e0 + 9315cae commit 24a3a33
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ on:
version:
description: 'Enter the version to compare'
required: true
default: '0.9.0000-SNAPSHOT'
build_number:
description: 'Enter the build number to compare'
required: true
default: '59eb859c'

jobs:
sanity-check-ubuntu:
Expand Down Expand Up @@ -219,4 +217,4 @@ jobs:
exit 1
} else {
Write-Host "Build number match: $actual_build_number"
}
}

0 comments on commit 24a3a33

Please sign in to comment.