Skip to content

Commit eb435be

Browse files
committed
🧪 Make GHA def lines fit yamllint limits
1 parent cd05ed1 commit eb435be

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,10 @@ jobs:
10501050
}}.noarch.rpm
10511051
10521052
- name: Install static build requirements
1053-
run: dnf builddep --assumeyes --spec packaging/rpm/${{ env.PROJECT_NAME }}.spec
1053+
run: >-
1054+
dnf builddep --assumeyes --spec 'packaging/rpm/${{
1055+
env.PROJECT_NAME
1056+
}}.spec'
10541057
10551058
- name: Fetch sources and patches
10561059
run: >-
@@ -1658,7 +1661,12 @@ jobs:
16581661

16591662
environment:
16601663
name: github-pages
1661-
url: ${{ steps.deployment.outputs.page_url }}/simple/${{ env.PROJECT_NAME }}/
1664+
url: >-
1665+
${{
1666+
steps.deployment.outputs.page_url
1667+
}}/simple/${{
1668+
env.PROJECT_NAME
1669+
}}/
16621670
16631671
permissions:
16641672
contents: read # This job doesn't need to `git push` anything

0 commit comments

Comments
 (0)