Skip to content

Commit

Permalink
aws trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed May 2, 2024
1 parent 8405526 commit ea3c0fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/triggerDocker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Trigger Docker Image Creation
name: Trigger Runtime Builds

on:
workflow_run:
Expand Down Expand Up @@ -27,11 +27,12 @@ jobs:
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/$target_repo_owner/$target_repo_name/actions/workflows/release.yml/dispatches \
-d "{\"ref\": \"$target_branch\", \"inputs\": {\"version\": \"$bx_version\"}}"
- name: Trigger Workflow for bx-aws-lambda Repo
run: |
# Set the required variables
target_repo_owner="ortus-solutions-private"
target_repo_name="bx-aws-lambda"
target_repo_name="boxlang-aws-lambda"
target_branch="development"
bx_version="1.0.0"
Expand Down

0 comments on commit ea3c0fe

Please sign in to comment.