We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 661993e + 45c762e commit 77d2d23Copy full SHA for 77d2d23
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
@@ -84,7 +84,7 @@ jobs:
84
build:
85
runs-on: ubuntu-latest
86
steps:
87
- - uses: actions/checkout@master
+ - uses: actions/checkout@main
88
- name: Pause for 25 seconds
89
run: |
90
sleep 25
0 commit comments