Browse Source
🔧 Remove duplicate actions/checkout in `notify-translations.yml` (#12915)
pull/13018/head
tinyboxvk
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
.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: |
|
|
|