fix
All checks were successful
test-build / build (push) Successful in 38s
renovate / renovate (push) Successful in 19s

This commit is contained in:
2025-06-10 16:39:55 -05:00
parent e39fd2acb8
commit 5722e8c7a1
2 changed files with 6 additions and 4 deletions

View File

@@ -13,8 +13,10 @@ jobs:
- name: Checkout Python Script
uses: actions/checkout@v4
with:
repository: 'alexlebens/workflow-scripts'
path: './scripts'
repository: alexlebens/workflow-scripts
ref: main
token: ${{ secrets.BOT_TOKEN }}
path: scripts
- name: Set up Python
uses: actions/setup-python@v5

View File

@@ -13,10 +13,10 @@ jobs:
- name: Checkout Python Script
uses: actions/checkout@v4
with:
repository: 'alexlebens/workflow-scripts'
repository: alexlebens/workflow-scripts
ref: main
token: ${{ secrets.BOT_TOKEN }}
path: './scripts'
path: scripts
- name: Set up Python
uses: actions/setup-python@v5