We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9c93af + 2c84da4 commit 93de559Copy full SHA for 93de559
src/commands/set-state.yml
@@ -32,6 +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 \
0 commit comments