Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
detik does not need src
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenpip3 committed Nov 16, 2021
1 parent 9d5a980 commit adb5966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-public-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Setup BATS
uses: mig4/setup-bats@v1
- name: Setup Bats libs
uses: brokenpip3/[email protected].2
uses: brokenpip3/[email protected].3
with:
support-clean: "false"
assert-clean: "false"
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ runs:
# Archlinux style, except that we are not in a fakeroot env so we need to use sudo
for fn in lib/*.bash; do
sudo install -Dm755 $fn \
${DESTDIR}/src/$(basename $fn)
${DESTDIR}/$(basename $fn)
done
# Cleanup bats-support if required
[[ "${{ inputs.detik-clean }}" = "true" ]] && rm -rf ${TEMPDIR} || exit 0

0 comments on commit adb5966

Please sign in to comment.