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

Unable to use this action from macos-latest #146

Open
Zenithar opened this issue Feb 24, 2022 · 2 comments
Open

Unable to use this action from macos-latest #146

Zenithar opened this issue Feb 24, 2022 · 2 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@Zenithar
Copy link

Context

From action.yml

encoded_github="$(echo ${GITHUB_CONTEXT} | base64 -w 0)"
encoded_runner="$(echo ${RUNNER_CONTEXT} | base64 -w 0)"

But -w doesn't exist for mac host

base64: invalid option -- w
Usage:	base64 [-hvDd] [-b num] [-i in_file] [-o out_file]
  -h, --help     display this message
  -Dd, --decode   decodes input
  -b, --break    break encoded string into num character lines
  -i, --input    input file (default: "-" for stdin)
  -o, --output   output file (default: "-" for stdout)

image

@Brend-Smits
Copy link
Member

Hi @Zenithar,

Thanks for creating this issue. This looks like a bug indeed.
We are working on resolving this and will follow up on this issue once we have a (proposed) solution.

@Brend-Smits Brend-Smits added bug Something isn't working good first issue Good for newcomers labels Feb 25, 2022
@Brend-Smits
Copy link
Member

Actually just noticed your Pull Request, sorry about that.
Will review as soon as possible 👍 You rock!

@Zenithar Zenithar changed the title Unable to use this action form macos-latest Unable to use this action from macos-latest Feb 25, 2022
@Brend-Smits Brend-Smits linked a pull request Feb 25, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants