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
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 }}
You can’t perform that action at this time.
0 commit comments