diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-10-19 20:08:32 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-10-19 20:08:32 -0700 |
| commit | 0a4c7d9eab61c7892d0868139389956f98b48b62 (patch) | |
| tree | 9279e3e601f845e16cdb66946662e2b72319062c /src | |
| parent | meta: initial commit (diff) | |
| download | x-0a4c7d9eab61c7892d0868139389956f98b48b62.tar.gz | |
build: fix the name of the workflow
Diffstat (limited to 'src')
| -rw-r--r-- | src/x509-info/.github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x509-info/.github/workflows/build.yml b/src/x509-info/.github/workflows/build.yml index 68deda2..649d03c 100644 --- a/src/x509-info/.github/workflows/build.yml +++ b/src/x509-info/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: gh-ssh-keys CI +name: x509-info CI on: push: |
