diff --git a/LICENSE b/LICENSE index fb0912e..9c9bf4b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Nick Maliwacki +Copyright (c) 2023 carlkidcrypto Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index a844ca8..0a3d77f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # os-specific-runner +All credit for the original work goes to (KnicKnic). This is a detached-fork of . +This version (2.0.0 and beyond) will attempt to stay upto date on the lastest version of NPM and other dependecies. + +## Status Badge(s) + [![test](https://github.com/carlkidcrypto-os-specific-runner/workflows/test/badge.svg?branch=main&event=push&workflow=test)](https://github.com/carlkidcrypto-os-specific-runner/actions?query=branch%3Amain+event%3Apush+workflow%3Atest) A github action for running a separate command based on the os diff --git a/action.yml b/action.yml index 22861a4..59fb216 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ name: 'OS specific runner' -description: 'Run a command based on the OS' -author: Carlos Santos +description: 'Run a command based on the OS.' +author: carlkidcrypto inputs: linux: # id of input description: 'linux commandline' @@ -28,7 +28,7 @@ inputs: default: 'pwsh' branding: icon: list - color: purple + color: red runs: using: 'node21' main: 'dist/index.js' \ No newline at end of file