Skip to content

Commit 1a36bde

Browse files
committed
fix(workflow/nightly): remove errant input references
1 parent 04d1bbe commit 1a36bde

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/nightly-master.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,8 @@ jobs:
5151
needs: [build_x86_64]
5252
if: ${{ needs.build_x86_64.outputs.package_created }}
5353
with:
54-
os: ${{ github.event.inputs.os }}
5554
plan_artifact: x86_64-build-plan
5655
dmg_artifact: x86_64-dmg
57-
test_build_name: ${{ github.event.inputs.test_build_name }}
5856
secrets:
5957
TAP_REPO_TOKEN: ${{ secrets.TAP_REPO_TOKEN }}
6058

@@ -88,9 +86,7 @@ jobs:
8886
needs: [build_arm64]
8987
if: ${{ needs.build_arm64.outputs.package_created }}
9088
with:
91-
os: ${{ github.event.inputs.os }}
9289
plan_artifact: arm64-build-plan
9390
dmg_artifact: arm64-dmg
94-
test_build_name: ${{ github.event.inputs.test_build_name }}
9591
secrets:
9692
TAP_REPO_TOKEN: ${{ secrets.TAP_REPO_TOKEN }}

0 commit comments

Comments
 (0)