Skip to content

Commit

Permalink
ci: Remove unneccesary inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Bergman committed Sep 17, 2024
1 parent afa5b41 commit cbf52b5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/bump_formula.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ on:
description: "URL of the formula"
required: true
type: string
sha256:
description: "SHA256 of the formula"
required: true
type: string

env:
OWNER: ArjanCodes
Expand Down Expand Up @@ -51,4 +47,3 @@ jobs:
FORMULA_VERSION: ${{ github.event_name == 'repository_dispatch' && github.event.client_payload.formula_version || inputs.formula_version}}
FORMULA_NAME: ${{ github.event_name == 'repository_dispatch' && github.event.client_payload.formula_name || inputs.formula_name}}
FORMULA_URL: ${{ github.event_name == 'repository_dispatch' && github.event.client_payload.formula_url || inputs.formula_url}}
SHA256: ${{ github.event_name == 'repository_dispatch' && github.event.client_payload.sha256 || inputs.sha256}}

0 comments on commit cbf52b5

Please sign in to comment.