diff --git a/.github/workflows/optimize-images.yml b/.github/workflows/optimize-images.yml index 392c925aac..db5ea1b363 100644 --- a/.github/workflows/optimize-images.yml +++ b/.github/workflows/optimize-images.yml @@ -37,7 +37,8 @@ jobs: fi echo "Make a new branch" - git checkout -b "optimize-images-$(date +'%Y%m%d%H%M%S')" + BRANCH="optimize-images-$(date +'%Y%m%d%H%M%S')" + git checkout -b $BRANCH echo "Make a commit" git config user.name github-actions @@ -46,7 +47,7 @@ jobs: git commit --message="Optimize images" echo "Push up changes" - git push + git push --set-upstream origin $BRANCH echo "Open a pull request" gh pr create --title "Optimize images" --body "Optimize images" diff --git a/assets/images/help/organizations/org-oauth-applications-ghe.png b/assets/images/help/organizations/org-oauth-applications-ghe.png index f93d4001f5..efb8e0cc73 100644 Binary files a/assets/images/help/organizations/org-oauth-applications-ghe.png and b/assets/images/help/organizations/org-oauth-applications-ghe.png differ diff --git a/assets/images/help/repository/raw-file-button.png b/assets/images/help/repository/raw-file-button.png index 7a63eb18ed..1e2c23c86b 100644 Binary files a/assets/images/help/repository/raw-file-button.png and b/assets/images/help/repository/raw-file-button.png differ diff --git a/assets/images/help/settings/compliance-report-download.png b/assets/images/help/settings/compliance-report-download.png index b70b1ef489..7c04536f07 100644 Binary files a/assets/images/help/settings/compliance-report-download.png and b/assets/images/help/settings/compliance-report-download.png differ diff --git a/assets/images/help/sponsors/grant-sponsors-access-to-repo-checkbox.png b/assets/images/help/sponsors/grant-sponsors-access-to-repo-checkbox.png index 89cb1cdc13..17acb23a24 100644 Binary files a/assets/images/help/sponsors/grant-sponsors-access-to-repo-checkbox.png and b/assets/images/help/sponsors/grant-sponsors-access-to-repo-checkbox.png differ diff --git a/assets/images/help/sponsors/grant-sponsors-access-to-repo-dropdown.png b/assets/images/help/sponsors/grant-sponsors-access-to-repo-dropdown.png index 3666857463..daeb593e45 100644 Binary files a/assets/images/help/sponsors/grant-sponsors-access-to-repo-dropdown.png and b/assets/images/help/sponsors/grant-sponsors-access-to-repo-dropdown.png differ