Skip to content

Commit

Permalink
fix downloads table pull request (#100)
Browse files Browse the repository at this point in the history
* test fix

* try fix

* try fix

* undo testing stuff
  • Loading branch information
StefanVukovic99 authored Jul 2, 2024
1 parent 4c60113 commit e940bee
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,20 +77,14 @@ jobs:
id: write_downloads_md
shell: bash
run: |
branch="update-downloads-md-$(date +%s)"
git checkout -b "$branch"
cat downloads-preamble.md table.md > downloads.md
git add downloads.md
git commit -m "Update downloads.md with list of .zip files"
git push -u origin "$branch"
echo "branch=$branch" >> $GITHUB_OUTPUT
rm table.md
cat downloads.md
- name: Create pull request
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ steps.write_downloads_md.outputs.branch }}
base: master
title: "Update downloads.md with list of .zip files"
body: "This PR updates the downloads.md file with a table listing all .zip files."

Expand Down

0 comments on commit e940bee

Please sign in to comment.