Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
updating script input
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Mar 14, 2024
1 parent 28624f8 commit 0c6ce45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
build_script: ci/build_cpp.sh
script: ci/build_cpp.sh
python-build:
needs: [cpp-build]
secrets: inherit
Expand All @@ -44,7 +44,7 @@ jobs:
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
build_script: ci/build_python.sh
script: ci/build_python.sh
docs-build:
if: github.ref_type == 'branch'
needs: [python-build]
Expand Down

0 comments on commit 0c6ce45

Please sign in to comment.