Skip to content

Commit

Permalink
Changes to check script
Browse files Browse the repository at this point in the history
Signed-off-by: Enrique Belarte Luque <[email protected]>
  • Loading branch information
enriquebelarte committed Jan 29, 2025
1 parent 51ba0c7 commit 06ea11b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check-and-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ jobs:
run: python scripts/check_changes.py
env:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
API: $GITHUB_API_URL
2 changes: 1 addition & 1 deletion scripts/check_changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
matrix_json_file = "data/combined_output.json"
argsfile = "argfile.conf"
token = os.getenv("TOKEN")
api = os.getenv("API")
api = os.getenv("GITHUB_API_URL")

# Function to update the DRIVER_PUBLISHED field and DRIVER_VERSION file
def update_files(driver_version, kernel_version):
Expand Down

0 comments on commit 06ea11b

Please sign in to comment.