Skip to content

Commit 1bceaf1

Browse files
authored
Update main.yml
1 parent 21aaca4 commit 1bceaf1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v2
2121

2222
- name: Setup Onescript Action
23-
uses: otymko/setup-onescript@v1.0
23+
uses: otymko/setup-onescript@v1.1
2424
with:
2525
version: ${{ matrix.oscript_version }}
2626

@@ -32,12 +32,8 @@ jobs:
3232
opm install coverage;
3333
opm install -l --dev
3434
35-
- name: Configure env vars for SonarCloud scan
36-
run: |
37-
echo "::set-env name=PATH::/opt/sonar-scanner/bin:$PATH"
38-
3935
- name: Compute branch name
40-
uses: nixel2007/branch-name@v3
36+
uses: nelonoel/branch-name@v1.0.1
4137

4238
- name: Run tests
4339
run: |

0 commit comments

Comments
 (0)