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 c931ee9 commit e489609Copy full SHA for e489609
danger/action.yml
@@ -54,6 +54,7 @@ runs:
54
run: |
55
# Start a detached container with all necessary volumes and environment variables
56
docker run -td --name danger \
57
+ --memory=2g --memory-swap=2g \
58
--volume ${{ github.workspace }}:/github/workspace \
59
--volume ${{ github.action_path }}:${{ github.action_path }} \
60
--volume ${{ github.event_path }}:${{ github.event_path }} \
0 commit comments