Skip to content

Commit d411eaa

Browse files
committed
Revert "Merge pull request #3 from lambda-feedback/feature/licence"
This reverts commit 33c6e64, reversing changes made to d634719.
1 parent 1f64ae3 commit d411eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lambda_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
uses: docker/setup-buildx-action@v3
112112

113113
- name: Write license file if secret exists
114-
run: |
114+
run:
115115
if [ -n "${{ secrets.LICENSE }}" ]; then
116116
echo "${{ secrets.LICENSE }}" > dist/LICENSE.txt
117117
echo "License file created at dist/LICENSE.txt"

0 commit comments

Comments
 (0)