Skip to content

Commit

Permalink
Update opensuse.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zibri authored Dec 26, 2024
1 parent ebd5118 commit d569312
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/opensuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
- name: Get revision
shell: bash
run: |
sudo apt install subversion
echo "revision=$(svn info --show-item last-changed-revision svn://svn.code.sf.net/p/vice-emu/code/trunk/vice@${{ github.event.inputs.revision }})" >> $GITHUB_ENV
- name: Create Release
id: create_release
Expand All @@ -94,6 +95,7 @@ jobs:
- name: Get revision
shell: bash
run: |
sudo apt install subversion
echo -e '### Changelog:\n\n```text' >revbody.txt
svn log -l 5 svn://svn.code.sf.net/p/vice-emu/code/trunk/vice@${{ env.revision }} | sed -e '2,$!d' >>revbody.txt
echo -e '```' >>revbody.txt
Expand Down

0 comments on commit d569312

Please sign in to comment.