Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Jan 29, 2025
1 parent adda579 commit 88c8951
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 250 deletions.
4 changes: 4 additions & 0 deletions .github/actions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ inputs:
latest:
description: if tag latest
required: false
workdir:
description: workdir
required: false
runs:
using: "composite"
steps:
Expand Down Expand Up @@ -34,3 +37,4 @@ runs:
done
fi
shell: bash
working-directory: ${{ inputs.workdir }}
Loading

0 comments on commit 88c8951

Please sign in to comment.