Skip to content

Commit f31bca5

Browse files
authored
Mention version 2.0
1 parent 7365c43 commit f31bca5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ You can run this action by using the ``with:`` block
105105
steps:
106106
- uses: actions/checkout@v1
107107
- name: Insert to database
108-
uses: limelight-development/db-processor@1.0
108+
uses: limelight-development/db-processor@2.0
109109
with:
110110
maps: column1=value1;column2=value2;
111111
host: ${{ secrets.MYSQL_HOST }}
@@ -122,7 +122,7 @@ or by using the ``env:`` block for environment variables
122122
steps:
123123
- uses: actions/checkout@v1
124124
- name: Insert to database
125-
uses: limelight-development/db-processor@1.0
125+
uses: limelight-development/db-processor@2.0
126126
env:
127127
INPUT_MAPS: column1=value1;column2=value2;
128128
INPUT_HOST: ${{ secrets.MYSQL_HOST }}
@@ -148,7 +148,7 @@ jobs:
148148
steps:
149149
- uses: actions/checkout@v1
150150
- name: Insert to database
151-
uses: limelight-development/db-processor@1.0
151+
uses: limelight-development/db-processor@2.0
152152
with:
153153
maps: column1=value1;column2=value2;
154154
host: ${{ secrets.MYSQL_HOST }}

0 commit comments

Comments
 (0)