From 6e06df6e1e26b914ff4f41ee9f248fb5eb67e37c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=2E=20R=C3=BCger?= Date: Wed, 25 Mar 2020 13:49:49 -1000 Subject: [PATCH 1/2] Add NativeScript Setup Action Adds [this action](https://github.com/marketplace/actions/setup-nativescript) to the list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a480ba9..d2de584 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Export global environment variables for succeeding build steps](https://github.com/zweitag/github-actions) - [Programmatically set environment variables for use in subsequent steps](https://github.com/allenevans/set-env) - [Install Conda environments for Python](https://github.com/goanpeca/setup-miniconda) +- [Setup NativeScript](https://github.com/marketplace/actions/setup-nativescript) #### Dependencies From 25b05557e86542557a451f77eea69689d01121dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=2E=20R=C3=BCger?= Date: Mon, 30 Mar 2020 07:12:07 -1000 Subject: [PATCH 2/2] fixed link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2de584..f0a3dd3 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Export global environment variables for succeeding build steps](https://github.com/zweitag/github-actions) - [Programmatically set environment variables for use in subsequent steps](https://github.com/allenevans/set-env) - [Install Conda environments for Python](https://github.com/goanpeca/setup-miniconda) -- [Setup NativeScript](https://github.com/marketplace/actions/setup-nativescript) +- [Setup NativeScript](https://github.com/hrueger/setup-nativescript) #### Dependencies