From bfdb9a213afc42d095593c342a039360c1273665 Mon Sep 17 00:00:00 2001 From: Ramon Petgrave Date: Tue, 23 Apr 2024 20:37:14 +0000 Subject: [PATCH] typo Signed-off-by: Ramon Petgrave --- .github/workflows/post-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post-commit.yml b/.github/workflows/post-commit.yml index cc4c15b..695243d 100644 --- a/.github/workflows/post-commit.yml +++ b/.github/workflows/post-commit.yml @@ -1,7 +1,7 @@ # A workflow to run against renovate-bot's PRs, # such as `make package` after it updates the package.json and package-lock.json files. # The potentially untrusted code is first run inside a low-privilege Job, and the diff is uploaded as an artifact. -# Then a higher-privilage Job applies the diff and pushes the changes to the PR. +# Then a higher-privilege Job applies the diff and pushes the changes to the PR. # It's important to only run this workflow against PRs from trusted sources, after also reviewing the changes! name: Post-Commit