mirror of https://github.com/actions/toolkit
removed whitespaces
parent
3ceb264e9b
commit
1162975200
|
@ -281,8 +281,6 @@ async function getIDTokenAction(): Promise<void> {
|
||||||
const id_token = await core.getIDToken(audience)
|
const id_token = await core.getIDToken(audience)
|
||||||
|
|
||||||
// this id_token can be used to get access token from third party cloud providers
|
// this id_token can be used to get access token from third party cloud providers
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
getIDTokenAction()
|
getIDTokenAction()
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue