]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔧 Remove duplicate actions/checkout in `notify-translations.yml` (#12915)
authortinyboxvk <13696594+tinyboxvk@users.noreply.github.com>
Mon, 9 Dec 2024 19:50:56 +0000 (15:50 -0400)
committerGitHub <noreply@github.com>
Mon, 9 Dec 2024 19:50:56 +0000 (19:50 +0000)
.github/workflows/notify-translations.yml

index 98aa41e5aa8d5830672ccb0bf8d42c06407cb9fc..40e92e24ddca9cfa4d459eaae1fc03dcb01990ac 100644 (file)
@@ -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: