From 55196ccb6be7dd5dc4f6ca42216989186094feb0 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Tue, 9 Jun 2020 16:46:59 -0400 Subject: [PATCH] master github action --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 302fada4c..6ae4adcae 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -65,7 +65,8 @@ jobs: runs-on: ubuntu-latest steps: - name: Coveralls Finished - uses: coverallsapp/github-action@57daa114 + uses: coverallsapp/github-action@master + #uses: coverallsapp/github-action@57daa114 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true