From 070227c6920c59c31b7974117a89c5e398c0ff4d Mon Sep 17 00:00:00 2001 From: anita-steiner Date: Wed, 29 Jun 2022 13:00:36 +0200 Subject: [PATCH] change name --- README.md | 8 ++++---- entrypoint.sh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7dc1db9..de811a3 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Trigger Workflow and Wait Github Action for trigger a workflow from another workflow. The action then waits for a response. -see: https://github.com/datavisyn/trigger-workflow-and-wait/blob/master/README.md +see: https://github.com/datavisyn/github-action-trigger-workflow/blob/master/README.md -see also https://github.com/convictional/trigger-workflow-and-wait +see also https://github.com/convictional/github-action-trigger-workflow **When would you use it?** @@ -32,7 +32,7 @@ When deploying an app you may need to deploy additional services, this Github Ac ### Simple ```yaml -- uses: ./.github/actions/trigger-workflow-and-wait +- uses: ./.github/actions/github-action-trigger-workflow with: owner: datavisyn repo: myrepo @@ -42,7 +42,7 @@ When deploying an app you may need to deploy additional services, this Github Ac ### All Options ```yaml -- uses: ./.github/actions/trigger-workflow-and-wait +- uses: ./.github/actions/github-action-trigger-workflow with: owner: datavisyn repo: myrepo diff --git a/entrypoint.sh b/entrypoint.sh index c7452a9..885917e 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -4,7 +4,7 @@ set -e usage_docs() { echo "" echo "You can use this Github Action with:" - echo "- uses: datavisyn/trigger-workflow-and-wait" + echo "- uses: datavisyn/github-action-trigger-workflow" echo " with:" echo " owner: datavisyn" echo " repo: myrepo"