Skip to content

Commit

Permalink
Merge pull request #5 from sadikkuzu/patch-3
Browse files Browse the repository at this point in the history
Update "uses:" key of `hacker_laws_action`
  • Loading branch information
umutphp authored Jul 25, 2022
2 parents b722af2 + 16fa033 commit bed06ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hacker-laws-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
name: Hacker Laws Steps
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Hacker Laws Action Step
env:
PR_URL: ${{ github.event.pull_request.comments_url }}
PR_SENDER: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: ./
uses: umutphp/hacker-laws-action@v1
id: hacker_laws_action

4 changes: 2 additions & 2 deletions .github/workflows/markdown-linter-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
name: Markdown Linter Steps
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: "Markdown Linter"
uses: nosborn/github-action-markdown-cli@v1.1.1
uses: nosborn/github-action-markdown-cli@v3.1.0
with:
files: .
ignore_files: "LICENSE"

0 comments on commit bed06ee

Please sign in to comment.