Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Action is not working anymore "Usage: install ... DEST" #8

Closed
patrickbussmann opened this issue Feb 8, 2021 · 1 comment
Closed

Comments

@patrickbussmann
Copy link

I'm using this Action like this.

    - uses: MilesChou/composer-action/5.6/install@master
      with:
        args: install

4 Months ago it works fine.

Now I'm getting:

Run MilesChou/composer-action/5.6/install@master
  with:
    args: install
/usr/bin/docker run [...] 442333:5a8c9a5481c44acb96846bd04e6cf9c9 install
BusyBox v1.28.4 (2018-12-31 18:05:13 UTC) multi-call binary.

Usage: install [-cdDsp] [-o USER] [-g GRP] [-m MODE] [-t DIR] [SOURCE]... DEST

Copy files and set attributes

	-c	Just copy (default)
	-d	Create directories
	-D	Create leading target directories
	-s	Strip symbol table
	-p	Preserve date
	-o USER	Set ownership
	-g GRP	Set group ownership
	-m MODE	Set permissions
	-t DIR	Install to DIR
@MilesChou MilesChou added bug Something isn't working and removed bug Something isn't working labels Feb 18, 2021
@MilesChou
Copy link
Owner

Try using install action without arg params:

- uses: MilesChou/composer-action/5.6/install@master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants