Skip to content

Commit 45c762e

Browse files
author
Anita Steiner
authored
Update README.md
1 parent 070227c commit 45c762e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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/github-action-trigger-workflow/blob/master/README.md
4+
see: https://github.com/datavisyn/github-action-trigger-workflow/blob/main/README.md
55

66
see also https://github.com/convictional/github-action-trigger-workflow
77

@@ -87,7 +87,7 @@ jobs:
8787
build:
8888
runs-on: ubuntu-latest
8989
steps:
90-
- uses: actions/checkout@master
90+
- uses: actions/checkout@main
9191
- name: Pause for 25 seconds
9292
run: |
9393
sleep 25

0 commit comments

Comments
 (0)