Skip to content

Commit

Permalink
Update blogpost-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NeziheSozen committed Feb 18, 2024
1 parent 55a4309 commit b91d392
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/blogpost-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3

# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!

# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.
- uses: gautamkrishnar/blog-post-workflow@master
with:
feed_list: "https://medium.com/@nezihe.sozen"

0 comments on commit b91d392

Please sign in to comment.