From 423be630e62ba1fa36c72cf393b7e396febd783d Mon Sep 17 00:00:00 2001 From: Burneikis <87457198+AlexBurneikis@users.noreply.github.com> Date: Tue, 2 Aug 2022 13:56:28 +1000 Subject: [PATCH 1/2] Update HighlightColorSelection.swift --- .../Views/Settings/Components/HighlightColorSelection.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bean Juice/Views/Views/Settings/Components/HighlightColorSelection.swift b/Bean Juice/Views/Views/Settings/Components/HighlightColorSelection.swift index b336c03..d821865 100644 --- a/Bean Juice/Views/Views/Settings/Components/HighlightColorSelection.swift +++ b/Bean Juice/Views/Views/Settings/Components/HighlightColorSelection.swift @@ -15,7 +15,7 @@ struct HighlightColorSelection: View { var body: some View { Section( - header: Text("Select highlight color") + header: Text("Highlight color") .font(.subheadline), footer: Text("This will affect what highlight color the app uses.") ) { From ad174f8741c5b7aa057f72365e79e8ea71181a42 Mon Sep 17 00:00:00 2001 From: Iiro Alhonen Date: Mon, 8 Aug 2022 10:48:27 +0300 Subject: [PATCH 2/2] Update thanks-for-contribution.yml --- .github/workflows/thanks-for-contribution.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/thanks-for-contribution.yml b/.github/workflows/thanks-for-contribution.yml index a3b4307..309ccd8 100644 --- a/.github/workflows/thanks-for-contribution.yml +++ b/.github/workflows/thanks-for-contribution.yml @@ -11,7 +11,7 @@ jobs: steps: - run: | echo PR $NUMBER opened - env: + env: NUMBER: ${{ github.event.issue.number }} - uses: actions/github-script@v6 with: