Skip to content

Commit

Permalink
removed prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
mtln committed Oct 24, 2024
1 parent 25e0f46 commit c92dfd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions quarto-ghp/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ inputs:
required: false
aws_access_key_id :
description: 'AWS Access Key ID'
default: ${{ secrets.AWS_ACCESS_KEY_ID }}
default: ${{ AWS_ACCESS_KEY_ID }}
required: false
aws_secret_access_key:
description: 'AWS Secret Access Key'
default: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
default: ${{ AWS_SECRET_ACCESS_KEY }}
required: false
aws_region:
description: 'AWS Region'
default: ${{ secrets.AWS_REGION }}
default: ${{ AWS_REGION }}
required: false
aws_cloudfront_distribution_id:
description: 'AWS CloudFront Distribution ID'
default: ${{ secrets.AWS_CLOUDFRONT_DISTRIBUTION_ID }}
default: ${{ AWS_CLOUDFRONT_DISTRIBUTION_ID }}
required: false
publish_branch:
description: 'Branch name to publish docs to'
Expand Down

0 comments on commit c92dfd2

Please sign in to comment.