Skip to content

Commit

Permalink
Fix backend GHA config
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Oct 1, 2024
1 parent 2a83d2b commit 3a2f30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set Env Vars
id: vars
run: |
python3 -c 'from pathlib import Path; data = (Path() / "backend" / "version.txt").read_text().strip(); print(f"PLONE_VERSION={data}")' >> $GITHUB_OUTPUT
python3 -c 'from pathlib import Path; data = (Path() / "version.txt").read_text().strip(); print(f"PLONE_VERSION={data}")' >> $GITHUB_OUTPUT
- name: Test vars
run: |
echo 'PLONE_VERSION=${{ steps.vars.outputs.PLONE_VERSION }}'
Expand Down

0 comments on commit 3a2f30c

Please sign in to comment.