Skip to content

Commit

Permalink
Update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
kilimchoi authored Jun 5, 2024
1 parent 54a6e7f commit 50eab27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/engineering_blogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Generate engineering_blogs.opml file
# Events upon which Github WorkFlow gets triggered
on: [push, pull_request]

#Create jobs
# Create jobs
jobs:
generate:
name: Generate engineering_blogs.opml
Expand All @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2

- name: Ruby Setup
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'

Expand Down

0 comments on commit 50eab27

Please sign in to comment.