From 26dd8a0ae77e2da424614ab841912227c22f4356 Mon Sep 17 00:00:00 2001 From: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com> Date: Mon, 3 Feb 2025 07:11:38 +0300 Subject: [PATCH] "Commit New File" -> "Commit Changes" Apparently the UI was updated, but this file was not. --- .github/steps/3-create-your-own-conflict.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/steps/3-create-your-own-conflict.md b/.github/steps/3-create-your-own-conflict.md index 5e03e21..6f300e0 100644 --- a/.github/steps/3-create-your-own-conflict.md +++ b/.github/steps/3-create-your-own-conflict.md @@ -21,5 +21,5 @@ We went ahead and added a new file called `references.md` and pushed that change 1. Create a file named `references.md`. 1. Enter some text that conflicts with what we added for `references.md` in the `main` branch. 1. Scroll to the bottom of the page and enter a commit message for your change. -1. Click the **Commit new file** button, making sure the "Commit directly to the `my-resume` branch" option is selected. +1. Click the **Commit changes** button, making sure the "Commit directly to the `my-resume` branch" option is selected. 1. Wait about 20 seconds then refresh this page (the one you're following instructions from). [GitHub Actions](https://docs.github.com/en/actions) will automatically update to the next step.