File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ You can run this action by using the ``with:`` block
105
105
steps:
106
106
- uses: actions/checkout@v1
107
107
- name: Insert to database
108
- uses: limelight-development/db-processor@1 .0
108
+ uses: limelight-development/db-processor@2 .0
109
109
with:
110
110
maps: column1=value1;column2=value2;
111
111
host: ${{ secrets.MYSQL_HOST }}
@@ -122,7 +122,7 @@ or by using the ``env:`` block for environment variables
122
122
steps:
123
123
- uses: actions/checkout@v1
124
124
- name: Insert to database
125
- uses: limelight-development/db-processor@1 .0
125
+ uses: limelight-development/db-processor@2 .0
126
126
env:
127
127
INPUT_MAPS: column1=value1;column2=value2;
128
128
INPUT_HOST: ${{ secrets.MYSQL_HOST }}
@@ -148,7 +148,7 @@ jobs:
148
148
steps:
149
149
- uses: actions/checkout@v1
150
150
- name: Insert to database
151
- uses: limelight-development/db-processor@1 .0
151
+ uses: limelight-development/db-processor@2 .0
152
152
with:
153
153
maps: column1=value1;column2=value2;
154
154
host: ${{ secrets.MYSQL_HOST }}
You can’t perform that action at this time.
0 commit comments