Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
kengo-k committed Jun 1, 2024
1 parent 593b007 commit 7109ff5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -27,3 +30,4 @@ runs:
tag=$(echo "$element" | jq -r '.tag')
echo "path: $path, name: $name, tag: $tag"
done
ls -la

0 comments on commit 7109ff5

Please sign in to comment.