We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd05ed1 commit eb435beCopy full SHA for eb435be
1 file changed
.github/workflows/ci-cd.yml
@@ -1050,7 +1050,10 @@ jobs:
1050
}}.noarch.rpm
1051
1052
- name: Install static build requirements
1053
- run: dnf builddep --assumeyes --spec packaging/rpm/${{ env.PROJECT_NAME }}.spec
+ run: >-
1054
+ dnf builddep --assumeyes --spec 'packaging/rpm/${{
1055
+ env.PROJECT_NAME
1056
+ }}.spec'
1057
1058
- name: Fetch sources and patches
1059
run: >-
@@ -1658,7 +1661,12 @@ jobs:
1658
1661
1659
1662
environment:
1660
1663
name: github-pages
- url: ${{ steps.deployment.outputs.page_url }}/simple/${{ env.PROJECT_NAME }}/
1664
+ url: >-
1665
+ ${{
1666
+ steps.deployment.outputs.page_url
1667
+ }}/simple/${{
1668
1669
+ }}/
1670
1671
permissions:
1672
contents: read # This job doesn't need to `git push` anything
0 commit comments