Markdown previews automatically scroll to your edit location

When editing a Markdown file through the web interface, selecting the Preview tab will now automatically scroll to the place in the preview that you were just editing. The scroll location is based on the position of your cursor before you selected the Preview tab.

Read more about editing files.

Read more about working with Markdown.

GitHub Actions simplifies using secrets with reusable workflows with the secrets: inherit keyword.

Previously when passing secrets to a reusable workflow, you had to pass each secret as a separate argument. Now you can simply pass the secrets: inherit to the reusable workflow and the secrets will be inherited from the calling workflow.

Learn more about reusable workflows in GitHub Actions

See more

Now organization admins can pin a repository to their public or member-facing organization profiles directly from the repository page with the new pin repository dropdown. Public repositories will be pinned to public org profiles, where as public, private and internal repositories can be pinned to the member-facing organization profile. Learn more about organization profile updates here.

pin repos dropdown gif

See more