Skip to content

Commit

Permalink
Remove for now redundant parameter and secret decleration
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderschramm1992 authored May 24, 2024
1 parent 8ad8955 commit 2c53f93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Reusable Build Workflow

on:
workflow_call:
inputs:
secrets:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down Expand Up @@ -72,4 +70,4 @@ jobs:
# publish_dir: ./build
# user_name: 'github-actions[bot]'
# user_email: 'github-actions[bot]@users.noreply.github.com'
# commit_message: Publish Release ${{ env.RELEASE_VERSION }}
# commit_message: Publish Release ${{ env.RELEASE_VERSION }}

0 comments on commit 2c53f93

Please sign in to comment.