We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78892b0 commit 4d149b9Copy full SHA for 4d149b9
.github/workflows/update-release-metadata.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Fetch the latest release data
16
id: fetch_release
17
run: |
18
- npx npx dotenv-vault@latest pull -y --dotenvMe=me_d34de4ae65932e371645c26bd168a69b2226f3c3369d740978ef55752ef1057b
+ npx dotenv-vault@latest pull -y --dotenvMe=me_d34de4ae65932e371645c26bd168a69b2226f3c3369d740978ef55752ef1057b
19
cat .env >> >> $GITHUB_ENV
20
curl \
21
-H "Accept: application/vnd.github+json" \
@@ -29,4 +29,4 @@ jobs:
29
git config --global user.name "github-actions[bot]"
30
git add release_metadata.json
31
git commit -m "Update release metadata" || exit 0 # Exit 0 if no changes
32
- git push
+ git push
0 commit comments