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

jky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flagon.git


The following commit(s) were added to refs/heads/master by this push:
     new b1c0e1c  license check Github action troubleshooting
b1c0e1c is described below

commit b1c0e1c5e484032e883039eb62dadccb6bb66d3b
Author: Jason Young <jk...@pm.me>
AuthorDate: Fri Apr 4 11:15:46 2025 -0700

    license check Github action troubleshooting
---
 .github/workflows/license.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml
index 8d0e384..c89feef 100644
--- a/.github/workflows/license.yml
+++ b/.github/workflows/license.yml
@@ -28,6 +28,8 @@ jobs:
   license:
     runs-on: ubuntu-latest
     steps:
+      - uses: actions/checkout@v4
+
       - name: Check license header
         uses: apache/skywalking-eyes/header@v0.7.0
         with:

Reply via email to