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

Doesn't support variables? #242

Closed
2 tasks done
K0-RR opened this issue Aug 15, 2021 · 1 comment · Fixed by #274
Closed
2 tasks done

Doesn't support variables? #242

K0-RR opened this issue Aug 15, 2021 · 1 comment · Fixed by #274
Labels
bug Something isn't working

Comments

@K0-RR
Copy link

K0-RR commented Aug 15, 2021

Describe the bug
I create a shell variable - I want to upload only one file.

file=$(ls |head -n 1);

... Then I want to use this variable in the path.

actions/[email protected]
      with:
        name: ${{ github.event.repository.name }}
        path: build/libs/"${file}"

Version

  • V2

Environment

  • Linux
@konradpabjan
Copy link
Collaborator

@RDKRACZ I've updated the README with some documentation on how to properly do this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants