We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59f3c97 + 92f31ce commit a970e18Copy full SHA for a970e18
1 file changed
.github/workflows/update-youtube-thumbnails.yml
@@ -26,17 +26,7 @@ jobs:
26
run: node .github/scripts/update-youtube-thumbnails.js
27
28
- name: Format README.md with Prettier
29
- run: npx prettier --write README.md
30
-
31
- - name: Import GPG key for signing
32
- id: import-gpg
33
- uses: crazy-max/ghaction-import-gpg@v6
34
- with:
35
- gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
36
- passphrase: ${{ secrets.GPG_PASSPHRASE }}
37
- git_config_global: true
38
- git_user_signingkey: true
39
- git_commit_gpgsign: true
+ run: npx prettier@3.8.3 --write README.md
40
41
- name: Check for changes
42
id: git-check
0 commit comments