Skip to content

Commit

Permalink
ci: remove unused 'workflow_id' input (#3493)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Feb 10, 2022
1 parent 895539c commit 8a9658f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy-artifact-as-branch.yml
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
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"

0 comments on commit 8a9658f

Please sign in to comment.