From 6f901d4bc716e2baa7d9f8f057212ec5ab6fdfbb Mon Sep 17 00:00:00 2001 From: cytopia Date: Tue, 15 Sep 2020 14:04:48 +0200 Subject: [PATCH] Test GitHub actions --- .github/workflows/schedule.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml index 8943baa..b6f88ff 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -8,7 +8,7 @@ on: jobs: build: - name: "[ ${{ matrix.version }} ]" + name: "[ PHP-${{ matrix.version }} (ref: $${{ ,matrix.refs }} ]" runs-on: ubuntu-latest strategy: fail-fast: False @@ -32,7 +32,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 with: - ref: ${REF} + fetch-depth: 0 + + - name: Checkout ref + run: | + git checkout ${REF} env: REF: ${{ matrix.refs }}