From: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:50:56 +0000 (-0400) Subject: 🔧 Remove duplicate actions/checkout in `notify-translations.yml` (#12915) X-Git-Tag: 0.115.7~201 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de1fe4d3880c2e75728fc0a48d311aae822dbc9a;p=thirdparty%2Ffastapi%2Ffastapi.git 🔧 Remove duplicate actions/checkout in `notify-translations.yml` (#12915) --- diff --git a/.github/workflows/notify-translations.yml b/.github/workflows/notify-translations.yml index 98aa41e5aa..40e92e24dd 100644 --- a/.github/workflows/notify-translations.yml +++ b/.github/workflows/notify-translations.yml @@ -30,7 +30,6 @@ jobs: GITHUB_CONTEXT: ${{ toJson(github) }} run: echo "$GITHUB_CONTEXT" - uses: actions/checkout@v4 - - uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v5 with: