fix
This commit is contained in:
@@ -13,8 +13,10 @@ jobs:
|
|||||||
- name: Checkout Python Script
|
- name: Checkout Python Script
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: 'alexlebens/workflow-scripts'
|
repository: alexlebens/workflow-scripts
|
||||||
path: './scripts'
|
ref: main
|
||||||
|
token: ${{ secrets.BOT_TOKEN }}
|
||||||
|
path: scripts
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
|
@@ -13,10 +13,10 @@ jobs:
|
|||||||
- name: Checkout Python Script
|
- name: Checkout Python Script
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: 'alexlebens/workflow-scripts'
|
repository: alexlebens/workflow-scripts
|
||||||
ref: main
|
ref: main
|
||||||
token: ${{ secrets.BOT_TOKEN }}
|
token: ${{ secrets.BOT_TOKEN }}
|
||||||
path: './scripts'
|
path: scripts
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
|
Reference in New Issue
Block a user