Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

fix: Remove unused code #19

Merged
merged 1 commit into from
Sep 29, 2021
Merged

fix: Remove unused code #19

merged 1 commit into from
Sep 29, 2021

Conversation

akash1810
Copy link
Member

@akash1810 akash1810 commented Sep 29, 2021

We were previously reading these environment variables in order to manually fetch a token.

Since #17, we're using the functionality provided by @actions/core to do this, so we no longer need to read these environment variables as we're not using them.

This is a fix because getEnvString will no longer throw unnecessarily.

@akash1810 akash1810 requested a review from a team September 29, 2021 14:34
@akash1810 akash1810 changed the title chore: Remove unused code fix: Remove unused code Sep 29, 2021
We were previously reading these environment variables in order to manually fetch a token.

Since #17, we're using the functionality provided by `@actions/core` to do this,
so we no longer need to read these environment variables as we're not using them.

This is a `fix` because `getEnvString` will no longer throw unnecessarily.
@akash1810 akash1810 force-pushed the aa-remove-redundant-code branch from 0434850 to ff2d27b Compare September 29, 2021 14:38
@akash1810 akash1810 merged commit d2a4638 into main Sep 29, 2021
@akash1810 akash1810 deleted the aa-remove-redundant-code branch September 29, 2021 14:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants