Skip to content

Commit 6576f5a

Browse files
Fixed wording after review
1 parent bd3cc30 commit 6576f5a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

content/guides/ruby/configure-github-actions.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you didn't create a [GitHub repository](https://github.com/new) for your proj
1818

1919
1. In your project's GitHub repository, open **Settings**, and go to **Secrets and variables** > **Actions**.
2020

21-
2. Under the `Variables` tab, create a new **Repository variable** named `DOCKER_USERNAME` and your Docker ID as a value.
21+
2. Under the **Variables** tab, create a new **Repository variable** named `DOCKER_USERNAME` and your Docker ID as a value.
2222

2323
3. Create a new [Personal Access Token (PAT)](/manuals/security/for-developers/access-tokens.md#create-an-access-token) for Docker Hub. You can name this token `docker-tutorial`. Make sure access permissions include Read and Write.
2424

@@ -44,7 +44,7 @@ If you prefer to use the GitHub web interface, follow these steps:
4444

4545
2. Select **set up a workflow yourself**.
4646

47-
This takes you to a page for creating a new GitHub actions workflow file in
47+
This takes you to a page for creating a new GitHub Actions workflow file in
4848
your repository. By default, the file is created under `.github/workflows/main.yml`, let's change it name to `build.yml`.
4949

5050
If you prefer to use your text editor, create a new file named `build.yml` in the `.github/workflows/` directory of your repository.
@@ -107,4 +107,5 @@ Related information:
107107

108108
## Next steps
109109

110-
Next, learn how you can locally test and debug your workloads on Kubernetes before deploying.
110+
In the next section, you'll learn how you can develop your application using containers.
111+

content/guides/ruby/containerize.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -278,5 +278,4 @@ Related information:
278278

279279
## Next steps
280280

281-
In the next section, you'll learn how you can develop your application using
282-
containers.
281+
In the next section, you'll take a look at how to set up a CI/CD pipeline using GitHub Actions.

content/guides/ruby/develop.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,4 @@ Related information:
200200

201201
## Next steps
202202

203-
In the next section, you'll take a look at how to set up a CI/CD pipeline using GitHub Actions.
203+
In the next section, you'll learn how you can locally test and debug your workloads on Kubernetes before deploying.

0 commit comments

Comments
 (0)