Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2021-04-26 10:24:25 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2021-04-26 10:24:25 +0300
commitaa215eca743ff72baa328245f0fe770b18a446e6 (patch)
treeb0eae87d0c27e532adffd784fac62cf2fb0f92e7 /.github
parentd8976b5963668cfd2485945d17820165282391a9 (diff)
saucelabs/sauce-connect-action uses main branch now
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c8ee106..2ed9acb 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -97,7 +97,7 @@ jobs:
working-directory: nextcloud
run: php -S 0.0.0.0:8080 &
- name: Connect to sauce
- uses: saucelabs/sauce-connect-action@master
+ uses: saucelabs/sauce-connect-action@main
with:
username: ${{ secrets.SAUCE_USERNAME }}
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}