dnx runcs kzu/run:vault2secrets.cs
github.com/kzu/run?tab=...
dnx runcs kzu/run:vault2secrets.cs
github.com/kzu/run?tab=...
dnx runcs devlooped/actions@main:hello.cs
And that will:
1. install/update runcs
2. download/update devlooped/actions@main
3. dotnet run hello.cs
dnx runcs devlooped/actions@main:hello.cs
And that will:
1. install/update runcs
2. download/update devlooped/actions@main
3. dotnet run hello.cs
- name: 🤌 dotnet
uses: devlooped/actions-which-dotnet@v1
vs
- name: 🤌 dotnet
run: dnx runcs devlooped/actions@v1:which-dotnet.cs
- name: 🤌 dotnet
uses: devlooped/actions-which-dotnet@v1
vs
- name: 🤌 dotnet
run: dnx runcs devlooped/actions@v1:which-dotnet.cs
4. runcs is a tiny dotnet tool that makes it easy to run (and auto-update)
file-based apps hosted on GitHub, GitLab and Azure DevOps.
4. runcs is a tiny dotnet tool that makes it easy to run (and auto-update)
file-based apps hosted on GitHub, GitLab and Azure DevOps.
dnx runcs kzu/run:clean.cs
github.com/kzu/run?tab=...
dnx runcs kzu/run:clean.cs
github.com/kzu/run?tab=...