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

rpardomeza pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git


The following commit(s) were added to refs/heads/main by this push:
     new 6ef1100b Update backend.yml (#258)
6ef1100b is described below

commit 6ef1100bdcd27fea056744901e8779ae2b2526ee
Author: Bertty Contreras-Rojas <[email protected]>
AuthorDate: Fri Jul 8 13:44:11 2022 +0200

    Update backend.yml (#258)
    
    correction in the path, following the recomendation from 
https://github.com/marketplace/actions/license-eye
---
 .github/workflows/backend.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml
index 65766d79..4728d12c 100644
--- a/.github/workflows/backend.yml
+++ b/.github/workflows/backend.yml
@@ -34,7 +34,7 @@ jobs:
     steps:
       - uses: actions/checkout@v2
       - name: Check License Header
-        uses: apache/skywalking-eyes@main
+        uses: apache/skywalking-eyes/header@main
   build:
     name: Build
     runs-on: ubuntu-latest

Reply via email to