Skip to content

Commit 070227c

Browse files
author
anita-steiner
committed
change name
1 parent b300842 commit 070227c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Trigger Workflow and Wait
22

33
Github Action for trigger a workflow from another workflow. The action then waits for a response.
4-
see: https://github.com/datavisyn/trigger-workflow-and-wait/blob/master/README.md
4+
see: https://github.com/datavisyn/github-action-trigger-workflow/blob/master/README.md
55

6-
see also https://github.com/convictional/trigger-workflow-and-wait
6+
see also https://github.com/convictional/github-action-trigger-workflow
77

88
**When would you use it?**
99

@@ -32,7 +32,7 @@ When deploying an app you may need to deploy additional services, this Github Ac
3232
### Simple
3333

3434
```yaml
35-
- uses: ./.github/actions/trigger-workflow-and-wait
35+
- uses: ./.github/actions/github-action-trigger-workflow
3636
with:
3737
owner: datavisyn
3838
repo: myrepo
@@ -42,7 +42,7 @@ When deploying an app you may need to deploy additional services, this Github Ac
4242
### All Options
4343
4444
```yaml
45-
- uses: ./.github/actions/trigger-workflow-and-wait
45+
- uses: ./.github/actions/github-action-trigger-workflow
4646
with:
4747
owner: datavisyn
4848
repo: myrepo

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
usage_docs() {
55
echo ""
66
echo "You can use this Github Action with:"
7-
echo "- uses: datavisyn/trigger-workflow-and-wait"
7+
echo "- uses: datavisyn/github-action-trigger-workflow"
88
echo " with:"
99
echo " owner: datavisyn"
1010
echo " repo: myrepo"

0 commit comments

Comments
 (0)