Skip to content

Commit

Permalink
Try merge multiple
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Nov 13, 2024
1 parent e8342b2 commit 5d89529
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs-convert-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
workflow_call:
inputs:
artifact:
type: string # fafdevelop or fafbeta
type: string # fafdevelop or fafbeta
description: The reference (branch or tag) to use to compile the changelog snippets from

jobs:
Expand All @@ -52,13 +52,15 @@ jobs:
with:
name: changelog-fafdevelop
path: docs/_posts
merge-multiple: true

- name: Download balance artifact
if: inputs.artifact == 'fafbeta'
uses: actions/download-artifact@v4
with:
name: changelog-fafbeta
path: docs/_posts
merge-multiple: true

- name: Setup python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 5d89529

Please sign in to comment.