Skip to content

Commit 77d2d23

Browse files
author
anita-steiner
committed
Merge branch 'main' of github.com:datavisyn/github-action-trigger-workflow into main
2 parents 661993e + 45c762e commit 77d2d23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
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

@@ -84,7 +84,7 @@ jobs:
8484
build:
8585
runs-on: ubuntu-latest
8686
steps:
87-
- uses: actions/checkout@master
87+
- uses: actions/checkout@main
8888
- name: Pause for 25 seconds
8989
run: |
9090
sleep 25

0 commit comments

Comments
 (0)