mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-23 07:06:07 +00:00
Simulate input github-token to fix unit tests (#174)
* Simulate input to fix unit tests
This commit is contained in:
committed by
GitHub
parent
e3f6ffe287
commit
1f06ac36d3
@@ -3,6 +3,7 @@ simulateInput('elixir-version', '1.14.2')
|
||||
simulateInput('rebar3-version', '3.20')
|
||||
simulateInput('install-rebar', 'true')
|
||||
simulateInput('install-hex', 'true')
|
||||
simulateInput('github-token', process.env.GITHUB_TOKEN)
|
||||
|
||||
const assert = require('assert')
|
||||
const fs = require('fs')
|
||||
|
||||
Reference in New Issue
Block a user