We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e416ce5 + b2fe77f commit 0970870Copy full SHA for 0970870
README.md
@@ -11,7 +11,7 @@ The GitHub Action to clean your Looker LookML view files.
11
Add this as a step to a workflow file:
12
```--yaml
13
- name: Run Looker Janitor
14
- uses: alhankeser/looker-janitor-action@v0.3.7
+ uses: alhankeser/looker-janitor-action@v0
15
```
16
17
## What it does
action.yaml
@@ -127,7 +127,7 @@ runs:
127
with:
128
repository: alhankeser/looker-janitor
129
path: looker-janitor
130
- ref: main
+ ref: v0
131
- name: Install Python
132
uses: actions/setup-python@v2
133
0 commit comments