We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 526a629 commit 2b98be0Copy full SHA for 2b98be0
src/commands/set-state.yml
@@ -34,7 +34,7 @@ steps:
34
35
# Update the state item and return the updated item
36
# The key object is stored in /tmp/workspace/workflow-key.json
37
- AWS_PAGER="" && aws dynamodb update-item \
+ AWS_PAGER="" aws dynamodb update-item \
38
--table-name "$DYNAMODB_TABLE_WORKFLOWS" \
39
--key "file:///tmp/workspace/workflow-key.json" \
40
--update-expression 'SET #state.#key = :value' \
0 commit comments