We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ec2cc commit 889c011Copy full SHA for 889c011
.github/workflows/ci.yml
@@ -1,3 +1,7 @@
1
+# To avoid https://github.com/aws/aws-cli/issues/5262
2
+env:
3
+ AWS_EC2_METADATA_DISABLED: true
4
+
5
jobs:
6
check-mod:
7
name: check-mod
0 commit comments