|
|
|
@ -24,7 +24,7 @@ jobs:
|
|
|
|
|
reactions: '+1'
|
|
|
|
|
|
|
|
|
|
- name: Checkout the latest code
|
|
|
|
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
|
|
|
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
|
|
|
|
with:
|
|
|
|
|
token: ${{ secrets.JF_BOT_TOKEN }}
|
|
|
|
|
fetch-depth: 0
|
|
|
|
@ -51,7 +51,7 @@ jobs:
|
|
|
|
|
reactions: eyes
|
|
|
|
|
|
|
|
|
|
- name: Checkout the latest code
|
|
|
|
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
|
|
|
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
|
|
|
|
with:
|
|
|
|
|
token: ${{ secrets.JF_BOT_TOKEN }}
|
|
|
|
|
fetch-depth: 0
|
|
|
|
@ -128,7 +128,7 @@ jobs:
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
steps:
|
|
|
|
|
- name: pull in script
|
|
|
|
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
|
|
|
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
|
|
|
|
with:
|
|
|
|
|
repository: jellyfin/jellyfin-triage-script
|
|
|
|
|
- name: install python
|
|
|
|
|