Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Fix typo in environment variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizic committed May 8, 2024
1 parent eb53756 commit 002f1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
image: 'docker://ghcr.io/prodyna/delete-from-enterprise:v0.9'
env:
GITHUB_TOKEN: ${{ inputs.github-token }}
GITHUB-ENTERPRISE: ${{ inputs.github-enterprise }}
GITHUB_ENTERPRISE: ${{ inputs.github-enterprise }}
DRY_RUN: ${{ inputs.dry-run }}
VERBOSE: ${{ inputs.verbose }}
AZURE_GROUP: ${{ inputs.azure-group }}
Expand Down

0 comments on commit 002f1c5

Please sign in to comment.