Skip to content

Commit 319b6d2

Browse files
authored
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
1 parent 9c4e464 commit 319b6d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
```
2626

2727
1. Select the repository you want to add the action to
28-
2. Select the actions tab `(currently only for beta testers)`
28+
2. Select the actions tab
2929
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`
3030
4. Paste the above code into your file and save
3131
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`

0 commit comments

Comments
 (0)