Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Cleanup old containers and network in
post
step
- Loading branch information
Jurre Stender
authored and
Jurre Stender
committed
Oct 18, 2021
1 parent
6ef825a
commit fb9bf67b8646d2f18ef0f707aebb34b37a52e756
Showing
13 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -3,4 +3,5 @@ description: 'Runs dependabot-updater in Actions' | ||
author: 'GitHub' | ||
runs: | ||
using: 'node12' | ||
main: 'dist/index.js' | ||
main: 'dist/main/index.js' | ||
post: 'dist/cleanup/index.js' |
Oops, something went wrong.