Skip to content

Commit

Permalink
fix: remove copypasta
Browse files Browse the repository at this point in the history
  • Loading branch information
Regolith Linux committed Jun 1, 2024
1 parent 2188572 commit f2a9a3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/promote-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
required: true
default: unstable
base-tag-name:
description: 'Base tag name (eg "3_2-beta2")'
description: 'Base tag name (eg "r3_2-beta2")'
required: true
package-name:
description: 'Package Name Filter (optional)'
Expand All @@ -19,7 +19,6 @@ on:

jobs:
build:
runs-on: ${{ github.event.inputs.build-os-image }}
steps:
- uses: actions/checkout@v4
- name: Promote Stage
Expand Down

0 comments on commit f2a9a3d

Please sign in to comment.