Skip to content

Commit 2b98be0

Browse files
committed
whoopes
1 parent 526a629 commit 2b98be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/set-state.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ steps:
3434
3535
# Update the state item and return the updated item
3636
# The key object is stored in /tmp/workspace/workflow-key.json
37-
AWS_PAGER="" && aws dynamodb update-item \
37+
AWS_PAGER="" aws dynamodb update-item \
3838
--table-name "$DYNAMODB_TABLE_WORKFLOWS" \
3939
--key "file:///tmp/workspace/workflow-key.json" \
4040
--update-expression 'SET #state.#key = :value' \

0 commit comments

Comments
 (0)