Skip to content

Commit c6d70c2

Browse files
committed
Fixing yaml in rpm build
1 parent 44f0864 commit c6d70c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-rpm.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
steps:
1616
- name: Build RPM
1717
uses: mmornati/docker-mock-rpmbuilder@master
18-
env = {
19-
SPEC_FILE = "rpm/scitokens-cpp.spec"
20-
SOURCES = $GITHUB_WORKSPACE
21-
MOCK_CONFIG = "epel-7-x86_64"
22-
}
18+
env:
19+
SPEC_FILE: "rpm/scitokens-cpp.spec"
20+
SOURCES: $GITHUB_WORKSPACE
21+
MOCK_CONFIG: "epel-7-x86_64"
22+

0 commit comments

Comments
 (0)