Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
teller:
["1.1.0"]
["1.5.6"]

steps:
- uses: actions/checkout@v2
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ Set up your GitHub Actions workflow with a specific version of [Teller](https://
Use the following to set up a `teller` binary that's available in your workflow steps:

```yaml
- name: Setup Teller
uses: spectralops/setup-teller@v2
- name: Setup Teller
uses: spectralops/setup-teller-action@v2
```


## :clipboard: Workflow

```yaml
Expand All @@ -32,10 +31,9 @@ jobs:
- name: Clone repo
uses: actions/checkout@master


# set up teller
- name: Setup Teller
uses: spectralops/setup-teller@v2
uses: spectralops/setup-teller-action@v2

- name: Run a Teller task (show, scan, run, etc.)
run: teller run [args]
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ branding:
inputs:
teller-version:
description: The Teller version to install.
default: "1.1.0"
default: "1.5.6"
outputs:
teller-version:
description: "The Teller version that was installed."
Expand Down