Bugfix: Checkout multiple repos

This commit is contained in:
Allan Jeremy 2022-05-19 14:35:07 +03:00
parent 2ff83d6827
commit 5c04f1511f

View file

@ -48,11 +48,12 @@ jobs:
- name: Run benchmark
run: python bench/bench.py | tee ${{ matrix.bench.script }}-output.txt
- name: Checkout gh-pages
- name: Switch to & checkout gh-pages repo
uses: actions/checkout@v3
with:
repository: AllanJeremy/luau-benchmark-results
- name: Checkout gh-pages
run: |
git status
git fetch --no-tags --depth=1 origin main