Skip to content

Commit

Permalink
Improve post action (#8)
Browse files Browse the repository at this point in the history
- Run git stash before locking to avoid failure if the working directory is not clean
- Run git-crypt unlock on all keys
- Use force lock instead of git stash
  • Loading branch information
spartan-ductduong authored May 13, 2024
1 parent 43c7256 commit c86f799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

git-crypt lock
git-crypt lock -af

0 comments on commit c86f799

Please sign in to comment.