Skip to content

Commit

Permalink
First of many bash string interpolation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhand committed Jan 16, 2025
1 parent 2ccaf7d commit eef5944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/twilio-lambda-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
ref_name=${{ github.ref_name }}
echo "build_lambda_name=$build_lambda_name" >> $GITHUB_ENV
echo "build_lambda_dir=$build_lambda_dir" >> $GITHUB_ENV
echo "ref_name_for_docker="${ref_name//$'\/'/_-}" >> $GITHUB_ENV
echo "ref_name_for_docker=${ref_name//$'\/'/_-}" >> $GITHUB_ENV
shell: bash
- name: Build and Push Docker Image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit eef5944

Please sign in to comment.