We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 536af57 commit 259c145Copy full SHA for 259c145
.github/workflows/deduplicate-lock-file.yml
@@ -34,8 +34,9 @@ jobs:
34
35
- name: 💪 Commit
36
run: |
37
- git config --local user.email "github-actions[bot]@users.noreply.github.com"
38
- git config --local user.name "github-actions[bot]"
+ git config --local user.email "[email protected]"
+ git config --local user.name "Remix Run Bot"
39
+
40
git add .
41
if [ -z "$(git status --porcelain)" ]; then
42
echo "💿 no deduplication needed"
0 commit comments