Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/deploy-artifact-as-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Deploy specified artifact as a branch
on:
workflow_call:
inputs:
workflow_id:
required: true
type: string
artifact_name:
required: true
type: string
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
if: github.ref == 'refs/heads/main'
uses: ./.github/workflows/deploy-artifact-as-branch.yml
with:
workflow_id: ${{github.run_id}}
artifact_name: npmDist
target_branch: npm
commit_message: "Deploy ${{github.event.workflow_run.head_sha}} to 'npm' branch"
Expand All @@ -20,7 +19,6 @@ jobs:
if: github.ref == 'refs/heads/main'
uses: ./.github/workflows/deploy-artifact-as-branch.yml
with:
workflow_id: ${{github.run_id}}
artifact_name: denoDist
target_branch: deno
commit_message: "Deploy ${{github.event.workflow_run.head_sha}} to 'deno' branch"