Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
zahornyak committed Sep 11, 2024
1 parent 97e70ad commit be62574
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 @@ -2,6 +2,7 @@

cd /action
mongodump --uri=$1 $2
echo "full command: mongodump --uri=$1 $2"
mkdir $GITHUB_WORKSPACE/dump
mv dump $GITHUB_WORKSPACE/

Expand Down

0 comments on commit be62574

Please sign in to comment.