Skip to content

Commit 50eab27

Browse files
authored
Update workflow file
1 parent 54a6e7f commit 50eab27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/engineering_blogs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Generate engineering_blogs.opml file
44
# Events upon which Github WorkFlow gets triggered
55
on: [push, pull_request]
66

7-
#Create jobs
7+
# Create jobs
88
jobs:
99
generate:
1010
name: Generate engineering_blogs.opml
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v2
1515

1616
- name: Ruby Setup
17-
uses: actions/setup-ruby@v1
17+
uses: ruby/setup-ruby@v1
1818
with:
1919
ruby-version: '2.7'
2020

0 commit comments

Comments
 (0)