Skip to content

Commit

Permalink
Change get-function to describe-function cloudfront function workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fongsean committed Oct 1, 2024
1 parent b69fd78 commit 80c46fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_cloudfront_function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Describe the SmartFormsIgRouting function to get current ETag
id: describe_function
run: |
OUTPUT=$(aws cloudfront get-function --name SmartFormsIgRouting)
OUTPUT=$(aws cloudfront describe-function --name SmartFormsIgRouting)
ETag=$(echo $OUTPUT | jq -r '.ETag')
echo "::set-output name=etag::$ETag"
shell: bash
Expand Down

0 comments on commit 80c46fe

Please sign in to comment.