diff options
author | Luca Casonato <hello@lcas.dev> | 2021-06-16 14:19:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-16 14:19:44 +0200 |
commit | 8e4a70c7e9e495ca425bb29cafe1f426ad29c406 (patch) | |
tree | 733bcdb595040b4e143efd363cefc7df96831a35 | |
parent | ac431ca0763bbbde9ab60de945c9966ed61d9880 (diff) |
tests: get epochs/daily commit with ./wpt rev-list (#11002)
-rw-r--r-- | .github/workflows/wpt_epoch.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/wpt_epoch.yml b/.github/workflows/wpt_epoch.yml index 84743c568..87dcd510e 100644 --- a/.github/workflows/wpt_epoch.yml +++ b/.github/workflows/wpt_epoch.yml @@ -50,7 +50,7 @@ jobs: run: | git remote set-branches origin '*' git fetch origin - git checkout origin/epochs/daily + git checkout $(./wpt rev-list --epoch 1d) git checkout -b epochs/daily - name: Configure hosts file for WPT (unix) |