Skip to content

Commit

Permalink
change name
Browse files Browse the repository at this point in the history
  • Loading branch information
anita-steiner committed Jun 29, 2022
1 parent b300842 commit 070227c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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?**

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 070227c

Please sign in to comment.