Skip to content

Commit

Permalink
- giving credit to original authoer
Browse files Browse the repository at this point in the history
- updating license
  • Loading branch information
carlkidcrypto committed Dec 16, 2023
1 parent cb2df38 commit 5951a9c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# os-specific-runner

All credit for the original work goes to (KnicKnic). This is a detached-fork of <https://github.com/KnicKnic/os-specific-run>.
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
Expand Down
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down Expand Up @@ -28,7 +28,7 @@ inputs:
default: 'pwsh'
branding:
icon: list
color: purple
color: red
runs:
using: 'node21'
main: 'dist/index.js'

0 comments on commit 5951a9c

Please sign in to comment.