Skip to content

Commit

Permalink
Merge pull request #2 from slingdata-io/v2
Browse files Browse the repository at this point in the history
v2
  • Loading branch information
flarco authored Mar 26, 2024
2 parents 19588ea + 153cba9 commit fa24d22
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
uses: ./
with:
command: conns list
version: 1.0.8
version: 1.1.8
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ streams:

```yaml
steps:
- uses: slingdata-io/sling-action@v1
- uses: slingdata-io/sling-action@v2
with:
command: run -r my-replication.yaml
env:
Expand Down
2 changes: 0 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ set -e

export SLING_PROJECT=$INPUT_PROJECT_ID
export SLING_API_KEY=$INPUT_API_KEY
export SLING_POOL=true
export SLING_LOADED_AT_COLUMN=true

if [ "$INPUT_VERSION" != "latest" ]; then
# download sling version
Expand Down
9 changes: 0 additions & 9 deletions test_replication.yml

This file was deleted.

0 comments on commit fa24d22

Please sign in to comment.