This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 860e4fd  fix: we need to checkout in order for yarn to work
860e4fd is described below

commit 860e4fd7cb7b760c97c715c9cb236532578465ba
Author: Zoran Regvart <zregv...@apache.org>
AuthorDate: Mon Dec 28 10:45:41 2020 +0100

    fix: we need to checkout in order for yarn to work
---
 .github/workflows/pr.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml
index 8a50d3e..b9ba4ce 100644
--- a/.github/workflows/pr.yaml
+++ b/.github/workflows/pr.yaml
@@ -44,6 +44,7 @@ jobs:
     needs: build
     runs-on: ubuntu-latest
     steps:
+      - uses: actions/checkout@v2
       - uses: actions/download-artifact@v2
         with:
           name: website

Reply via email to