Skip to content

Commit 0970870

Browse files
committed
Merge branch 'main' into feature/test-action
2 parents e416ce5 + b2fe77f commit 0970870

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The GitHub Action to clean your Looker LookML view files.
1111
Add this as a step to a workflow file:
1212
```--yaml
1313
- name: Run Looker Janitor
14-
uses: alhankeser/looker-janitor-action@v0.3.7
14+
uses: alhankeser/looker-janitor-action@v0
1515
```
1616

1717
## What it does

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ runs:
127127
with:
128128
repository: alhankeser/looker-janitor
129129
path: looker-janitor
130-
ref: main
130+
ref: v0
131131
- name: Install Python
132132
uses: actions/setup-python@v2
133133
with:

0 commit comments

Comments
 (0)