Skip to content

Commit

Permalink
Update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
PiyushKhurana committed May 30, 2022
1 parent 97819b5 commit 112f8e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: 'Cleanup Workspace'
description: 'Deletes all files in the work directory.'
name: "Cleanup Workspace"
description: "Deletes all files in the work directory."
runs:
using: 'docker'
image: 'docker://rtcamp/action-cleanup:v1.0.0'
using: "docker"
image: "docker://ghcr.io/rtcamp/action-cleanup:v1.0.1"
branding:
icon: delete
color: red

0 comments on commit 112f8e3

Please sign in to comment.