Skip to content

Commit

Permalink
remove testing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
buidav committed Mar 25, 2024
1 parent 4d7ee28 commit 6beb76b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/run_module_version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:
$NewMotivation = "- Bump ScubaGear's module version to v${env:NEW_VERSION_NUMBER} before the next release`n"
$NewTesting = "- A human should still check if the version bumping was successful by running ScubaGear.`n"
$Body = "This is a test body fear me"
$PRTemplateContent = (Get-Content -Path $PRTemplatePath) | ForEach-Object {
$DescriptionRegex = $_ -match $Description
$MotivationRegex = $_ -match $Motivation
Expand Down

0 comments on commit 6beb76b

Please sign in to comment.