We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7975b2 commit 7897408Copy full SHA for 7897408
1 file changed
.github/workflows/translations.yml
@@ -39,7 +39,7 @@ jobs:
39
ref: ${{ github.event.pull_request.head.ref }}
40
persist-credentials: false
41
fetch-depth: 0
42
-
+
43
- name: Install Composer dependencies
44
run: composer install --no-progress --prefer-dist --optimize-autoloader
45
@@ -125,7 +125,7 @@ jobs:
125
with:
126
branch: ${{ github.ref_name }}
127
github_token: ${{ secrets.GITHUB_TOKEN }}
128
129
cleanup:
130
name: Cleanup artifacts
131
needs: [build, commit]
0 commit comments