Skip to content

Commit

Permalink
Remove old stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
akolosov-n committed Aug 29, 2023
1 parent a564915 commit 8a11be7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/update-mbedtls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,6 @@ jobs:
with:
name: win32-x86-64
path: mbedtls-lib/bin/darwin/win32-x86-64/
- name: Generate PR description
run: |
PR_DESCRIPTION=$(cat build/dependencyUpdates/report.txt | grep -A 1000 'have later milestone versions')
echo "PR_DESCRIPTION<<EOF" >> $GITHUB_ENV
cat build/dependencyUpdates/report.txt | grep -A 1000 'have later milestone versions' >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
echo '```' >> $GITHUB_STEP_SUMMARY
cat build/dependencyUpdates/report.txt | grep -A 1000 'have later milestone versions' >> $GITHUB_STEP_SUMMARY
echo '```' >> $GITHUB_STEP_SUMMARY
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
Expand Down

0 comments on commit 8a11be7

Please sign in to comment.