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 6f633db commit 8f2a21eCopy full SHA for 8f2a21e
danger/action.yml
@@ -54,7 +54,6 @@ runs:
54
run: |
55
# Start a detached container with all necessary volumes and environment variables
56
docker run -td --name danger \
57
- --memory=4g --memory-swap=4g \
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