Skip to content

Commit d3fd17e

Browse files
authored
Update nginx.org-make-aws.yml
1 parent ba258e6 commit d3fd17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nginx.org-make-aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Decode OIDC sub
5353
uses: actions/github-script@v7
5454
id: oidc
55-
with:
55+
with:
5656
script: |
5757
const idToken = await core.getIDToken();
5858
const payload = idToken.split('.')[1];

0 commit comments

Comments
 (0)