Skip to content

Commit 637a18e

Browse files
This implements #138 (#203)
1 parent 9e72565 commit 637a18e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/build-actions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ const buildActions = async (config, filterActions, skipCheck = false, emptyDist
339339
// fullHash is what we will use to compare if the action has changed
340340
// this is a hash of the action folder, and all its dependencies
341341
const fullHash = crypto.createHash('sha256')
342+
fullHash.update(actionPath)
342343
fullHash.update(srcHash.hash)
343344
depHashes.forEach(hash => {
344345
fullHash.update(hash)

0 commit comments

Comments
 (0)