Skip to content
This repository has been archived by the owner on Dec 29, 2024. It is now read-only.

Commit

Permalink
[Tweak] Workflows Edits (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
PuroSlavKing authored Nov 15, 2024
1 parent 9db5617 commit a16f5b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prtitlecase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Master
uses: actions/checkout@v3
uses: actions/checkout@v3.6.0
with:
token: ${{ secrets.BOT_TOKEN }}
token: ${{ secrets.token }}

- name: Setup Node
uses: actions/setup-node@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rsi-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
with:
token: ${{ secrets.token }}

- name: Get changed files
id: files
Expand Down

0 comments on commit a16f5b9

Please sign in to comment.