diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml index 280df52..069b9f2 100644 --- a/.github/workflows/welcome.yml +++ b/.github/workflows/welcome.yml @@ -19,10 +19,13 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + - run: | + cd ${{ github.workspace }} + ls - name: Add link to PR #if: ${{ github.event_name == 'pull_request' }} uses: VirtoCommerce/vc-github-actions/publish-artifact-link@master with: - artifactUrl: ${{ github.event_name }} + artifactUrl: https://example.com #https://${{ github.event_name }}.com repoOrg: ${{ github.repository_owner }} downloadComment: 'Artifact URL:' diff --git a/README.md b/README.md index b577c77..9122dde 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ + + # [Virto Commerce Storefront Kit](https://virtocommerce.com) @@ -10,6 +12,10 @@ > Precaution! Storefront version 5 and above is backward NON-compatible with VirtoCommerce platform v2! Use only with platform v3. + + + + [![Build status](http://ci.virtocommerce.com/buildStatus/icon?job=vc-2-org/vc-storefront/master)](http://ci.virtocommerce.com/job/vc-2-org/job/vc-storefront/job/master/) [![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=VirtoCommerce_vc-storefront&branch=dev&metric=alert_status)](https://sonarcloud.io/dashboard?id=VirtoCommerce_vc-storefront) [![CI status](https://github.com/VirtoCommerce/vc-storefront/workflows/Storefront%20CI/badge.svg?branch=dev)](https://github.com/VirtoCommerce/vc-storefront/actions?query=workflow%3A"Storefront+CI") [![Quality gate](https://sonarcloud.io/api/project_badges/measure?project=VirtoCommerce_vc-storefront&metric=alert_status&branch=dev)](https://sonarcloud.io/dashboard?id=VirtoCommerce_vc-storefront) [![Reliability rating](https://sonarcloud.io/api/project_badges/measure?project=VirtoCommerce_vc-storefront&metric=reliability_rating&branch=dev)](https://sonarcloud.io/dashboard?id=VirtoCommerce_vc-storefront) [![Security rating](https://sonarcloud.io/api/project_badges/measure?project=VirtoCommerce_vc-storefront&metric=security_rating&branch=dev)](https://sonarcloud.io/dashboard?id=VirtoCommerce_vc-storefront) [![Sqale rating](https://sonarcloud.io/api/project_badges/measure?project=VirtoCommerce_vc-storefront&metric=sqale_rating&branch=dev)](https://sonarcloud.io/dashboard?id=VirtoCommerce_vc-storefront) [![Lines of code](https://sonarcloud.io/api/project_badges/measure?project=VirtoCommerce_vc-storefront&branch=dev&metric=ncloc)](https://sonarcloud.io/api/project_badges/measure?project=VirtoCommerce_vc-storefront&branch=dev&metric=ncloc)  @@ -28,6 +34,9 @@ Another option is to create different sites for different regions so that a spec It is also possible to connect Virto Commerce to multiple touchpoints so that customers will get a real omnichannel experience. + + + ## Key features * Multi-Store support * Multi-Language support