Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit c9795fb
Author: Damian Hickey <[email protected]>
Date:   Wed Aug 14 12:18:53 2024 +0200

    Disable pre and post steps

    Pending fix of Azure#456
  • Loading branch information
damianh committed Aug 14, 2024
1 parent c212a24 commit d873fa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ branding:
color: 'blue'
runs:
using: 'node20'
#pre: 'lib/cleanup/index.js'
main: 'lib/main/index.js'
#post: 'lib/cleanup/index.js'

0 comments on commit d873fa8

Please sign in to comment.