Skip to content

Commit 16e71d0

Browse files
fix: SpectralOps#2 update default version and fix reference
1 parent 4c5ae16 commit 16e71d0

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
os: [ubuntu-latest, windows-latest, macos-latest]
1515
teller:
16-
["1.1.0"]
16+
["1.5.6"]
1717

1818
steps:
1919
- uses: actions/checkout@v2

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ Set up your GitHub Actions workflow with a specific version of [Teller](https://
77
Use the following to set up a `teller` binary that's available in your workflow steps:
88

99
```yaml
10-
- name: Setup Teller
11-
uses: spectralops/setup-teller@v2
10+
- name: Setup Teller
11+
uses: spectralops/setup-teller-action@v2
1212
```
1313
14-
1514
## :clipboard: Workflow
1615
1716
```yaml
@@ -32,10 +31,9 @@ jobs:
3231
- name: Clone repo
3332
uses: actions/checkout@master
3433

35-
3634
# set up teller
3735
- name: Setup Teller
38-
uses: spectralops/setup-teller@v2
36+
uses: spectralops/setup-teller-action@v2
3937

4038
- name: Run a Teller task (show, scan, run, etc.)
4139
run: teller run [args]

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ branding:
77
inputs:
88
teller-version:
99
description: The Teller version to install.
10-
default: "1.1.0"
10+
default: "1.5.6"
1111
outputs:
1212
teller-version:
1313
description: "The Teller version that was installed."

0 commit comments

Comments
 (0)