We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 070227c commit 45c762eCopy full SHA for 45c762e
README.md
@@ -1,7 +1,7 @@
1
# Trigger Workflow and Wait
2
3
Github Action for trigger a workflow from another workflow. The action then waits for a response.
4
-see: https://github.com/datavisyn/github-action-trigger-workflow/blob/master/README.md
+see: https://github.com/datavisyn/github-action-trigger-workflow/blob/main/README.md
5
6
see also https://github.com/convictional/github-action-trigger-workflow
7
@@ -87,7 +87,7 @@ jobs:
87
build:
88
runs-on: ubuntu-latest
89
steps:
90
- - uses: actions/checkout@master
+ - uses: actions/checkout@main
91
- name: Pause for 25 seconds
92
run: |
93
sleep 25
0 commit comments