Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: 0ssigeno <[email protected]>
  • Loading branch information
0ssigeno committed Sep 18, 2023
1 parent 47300bb commit 6d88d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/services/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ runs:
echo "version: '3.7'" > mongo.yml
echo "services:" >> mongo.yml
echo " mongo:" >> mongo.yml
echo " image: library/mongo:{{ inputs.mongo_version }}" >> mongo.yml
echo " image: library/mongo:${{ inputs.mongo_version }}" >> mongo.yml
echo " container_name: mongo" >> mongo.yml
echo " ports:" >> mongo.yml
echo " - 27017:27017" >> mongo.yml
Expand Down

0 comments on commit 6d88d3f

Please sign in to comment.