fix: standardize input parameter naming in workflows (#4)

This commit is contained in:
arashagp
2025-01-02 13:07:59 +03:30
committed by GitHub
parent cbb8c41b6d
commit 09498b6079
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ on:
workflow_call:
secrets:
GITHUB_TOKEN:
description: "GitHub token"
description: 'GitHub token'
required: true
permissions: