From 319b6d2cd8c293ea4fa5c1c7e9cbbee4e9ea332e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20K=C3=A4gy?= Date: Sun, 10 Nov 2019 01:15:05 +0100 Subject: [PATCH] remove `(currently only for beta testers)` As GitHub actions is no longer in Beta I removed the line of it only being available for beta testers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bda892a..0aad701 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ jobs: ``` 1. Select the repository you want to add the action to -2. Select the actions tab `(currently only for beta testers)` +2. Select the actions tab 3. Select `Blank workflow file` or `Set up a workflow yourself`, if you don't see these options manually create a yaml file `Your_Project/.github/workflows/main.yml` 4. Paste the above code into your file and save 7. Now you need to add a key to the `secrets` section in your project. To add a `secret` go to the `Settings` tab in your project then select `Secrets`. Add a new `Secret` for `FTP_PASSWORD`