From 7109ff50783b56549e7e6efe9af9d8c2f21fee29 Mon Sep 17 00:00:00 2001 From: kengo-k <31839234+kengo-k@users.noreply.github.com> Date: Sat, 1 Jun 2024 21:35:10 +0900 Subject: [PATCH] chore --- action.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yaml b/action.yaml index 48260ec..1240f48 100644 --- a/action.yaml +++ b/action.yaml @@ -17,6 +17,9 @@ runs: token: ${{ inputs.token }} args: ${{ inputs.args }} + - name: checkout latest commit + uses: actions/checkout@v2 + - name: 'Display Output' shell: bash run: | @@ -27,3 +30,4 @@ runs: tag=$(echo "$element" | jq -r '.tag') echo "path: $path, name: $name, tag: $tag" done + ls -la