Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
zahornyak committed Sep 11, 2024
1 parent d9a51f8 commit 163b451
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ cd /action
mongodump $1
mkdir $GITHUB_WORKSPACE/dump
mv -r dump $GITHUB_WORKSPACE/dump
ls -la $GITHUB_WORKSPACE/dump

echo "Dump created and stored in $GITHUB_WORKSPACE/dump"

Expand Down

0 comments on commit 163b451

Please sign in to comment.