We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93de559 + 2b98be0 commit e0e075aCopy full SHA for e0e075a
src/commands/set-state.yml
@@ -32,12 +32,9 @@ steps:
32
> "$VALUES"
33
cat "$VALUES"
34
35
- # Set the AWS_PAGER var to be set as empty so if we are using AWSCLI V2 this command works
36
- echo 'export AWS_PAGER=""' >> $BASH_ENV
37
-
38
# Update the state item and return the updated item
39
# The key object is stored in /tmp/workspace/workflow-key.json
40
- aws dynamodb update-item \
+ AWS_PAGER="" aws dynamodb update-item \
41
--table-name "$DYNAMODB_TABLE_WORKFLOWS" \
42
--key "file:///tmp/workspace/workflow-key.json" \
43
--update-expression 'SET #state.#key = :value' \
0 commit comments