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.
1 parent abae0cb commit d10ad83Copy full SHA for d10ad83
.github/workflows/nginx.org-make-aws.yml
@@ -48,6 +48,13 @@ jobs:
48
name: staging
49
50
steps:
51
+ - name: Debug context
52
+ run: |
53
+ echo "Repository: $GITHUB_REPOSITORY"
54
+ echo "Ref: $GITHUB_REF"
55
+ echo "Actor: $GITHUB_ACTOR"
56
+ echo "${{ secrets.AWS_ACCOUNT_ID }}:role/${{ secrets.AWS_ROLE_NAME }}"
57
+
58
- name: Install dependencies
59
run: |
60
sudo apt-get update
0 commit comments