dotnet-test.yml
no longer asks for thesecrets.mssql_password
. Because this is a temporary database, not exposed to the world, and thrown away right after the workflow finishes -- we can just make up a password from the run values.
- The NPM publish workflows will now require
artifact_file_path
to be passed in instead of assuming that the filename to publish is theartifact_name
plus a.tgz
suffix. - The NPM publish workflows no longer take in
project_directory
as an input.
- The NPM workflow/actions
package_lock_filename
andpackage_filename
inputs have changed names topackage_json_filename
for clarity.