Skip to content

Commit

Permalink
Fix references to meta
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Jun 24, 2024
1 parent 88745b2 commit 5dd3607
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup Plone ${{ needs.meta.outputs.PLONE_VERSION }} with Python ${{ env.PYTHON_VERSION }}
- name: Setup Plone ${{ needs.config.outputs.PLONE_VERSION }} with Python ${{ env.PYTHON_VERSION }}
uses: plone/setup-plone@v2.0.0
with:
python-version: ${{ env.PYTHON_VERSION }}
plone-version: ${{ needs.meta.outputs.PLONE_VERSION }}
plone-version: ${{ needs.config.outputs.PLONE_VERSION }}

- name: Install package
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VOLTO_VERSION=${{ needs.meta.outputs.VOLTO_VERSION }}
VOLTO_VERSION=${{ needs.config.outputs.VOLTO_VERSION }}

0 comments on commit 5dd3607

Please sign in to comment.