diff options
| author | 5an7y <[email protected]> | 2025-08-11 13:29:01 -0700 |
|---|---|---|
| committer | 5an7y <[email protected]> | 2025-08-11 13:29:01 -0700 |
| commit | 28716b55969187008ca25683bd226a9a8a4e9efd (patch) | |
| tree | a2ed2de0ce161b9e7bb4823a74ece56f2fcdbf60 | |
| parent | 73af9a13a17bd0da61ccb5faad31bf861ff5f7ff (diff) | |
Rename 'generate' -> 'check'
| -rw-r--r-- | .github/workflows/check-sample-issue-template.yml (renamed from .github/workflows/generate-sample-issue-template.yml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/generate-sample-issue-template.yml b/.github/workflows/check-sample-issue-template.yml index d984f2e4..4189d9ab 100644 --- a/.github/workflows/generate-sample-issue-template.yml +++ b/.github/workflows/check-sample-issue-template.yml @@ -1,4 +1,4 @@ -name: Generate Sample Issue Template +name: Check Sample Issue Template on: push: |
