Skip to content

Commit

Permalink
Remove old announce_backport option
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Jan 31, 2025
1 parent 089d0e5 commit 7e2889d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ on:
required: true
type: boolean
default: false
announce_backport:
description: "Announce as a backport on WurstForum"
required: false
type: boolean
default: false
distinct_id:
description: "Automatically set by the return-dispatch action (leave blank if running manually)"
required: false
Expand Down Expand Up @@ -105,8 +100,7 @@ jobs:
{
"wurst_version": "$WURST_VERSION",
"mc_version": "$MC_VERSION",
"fapi_version": "$FAPI_VERSION",
"announce": "${{ inputs.announce_backport }}"
"fapi_version": "$FAPI_VERSION"
}
EOF
)
Expand Down

0 comments on commit 7e2889d

Please sign in to comment.