Skip to content

Commit 0535130

Browse files
Updated 1.3.0 --> 1.6.0 in README (#45)
1 parent 8be90d7 commit 0535130

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ When deploying an app you may need to deploy additional services, this Github Ac
3030
### Simple
3131

3232
```yaml
33-
- uses: convictional/trigger-workflow-and-wait@v1.3.0
33+
- uses: convictional/trigger-workflow-and-wait@v1.6.0
3434
with:
3535
owner: keithconvictional
3636
repo: myrepo
@@ -40,7 +40,7 @@ When deploying an app you may need to deploy additional services, this Github Ac
4040
### All Options
4141
4242
```yaml
43-
- uses: convictional/trigger-workflow-and-wait@v1.3.0
43+
- uses: convictional/trigger-workflow-and-wait@v1.6.0
4444
with:
4545
owner: keithconvictional
4646
repo: myrepo
@@ -63,17 +63,17 @@ You can test out the action locally by cloning the repository to your computer.
6363
6464
```shell
6565
INPUT_WAIT_INTERVAL=10 \
66-
INPUT_PROPAGATE_FAILURE=false \
67-
INPUT_TRIGGER_WORKFLOW=true \
68-
INPUT_WORKFLOW_FILE_NAME="main.yml" \
69-
INPUT_GITHUB_USER="github-user" \
70-
INPUT_WAIT_WORKFLOW=true \
71-
INPUT_LAST_WORKFLOW_INTERVAL=1 \
72-
INPUT_OWNER="keithconvictional" \
73-
INPUT_REPO="trigger-workflow-and-wait-example-repo1" \
74-
INPUT_GITHUB_TOKEN="<REDACTED>" \
75-
INPUT_CLIENT_PAYLOAD='{}' \
76-
busybox sh entrypoint.sh
66+
INPUT_PROPAGATE_FAILURE=false \
67+
INPUT_TRIGGER_WORKFLOW=true \
68+
INPUT_WORKFLOW_FILE_NAME="main.yml" \
69+
INPUT_GITHUB_USER="github-user" \
70+
INPUT_WAIT_WORKFLOW=true \
71+
INPUT_LAST_WORKFLOW_INTERVAL=1 \
72+
INPUT_OWNER="keithconvictional" \
73+
INPUT_REPO="trigger-workflow-and-wait-example-repo1" \
74+
INPUT_GITHUB_TOKEN="<REDACTED>" \
75+
INPUT_CLIENT_PAYLOAD='{}' \
76+
busybox sh entrypoint.sh
7777
```
7878

7979
You will have to create a Github Personal access token. You can create a test workflow to be executed. In a repository, add a new `main.yml` to `.github/workflows/`. The workflow will be:
@@ -110,7 +110,7 @@ You can see the example [here](https://github.com/keithconvictional/trigger-work
110110
If you do not want the latest build all of the time, please use a versioned copy of the Github Action. You specify the version after the `@` sign.
111111

112112
```yaml
113-
- uses: convictional/trigger-workflow-and-wait@v1.3.0
113+
- uses: convictional/trigger-workflow-and-wait@v1.6.0
114114
with:
115115
owner: keithconvictional
116116
repo: myrepo

0 commit comments

Comments
 (0)