Skip to content

Commit 0c9ee0a

Browse files
DEVPS-49 fix the api endpoint for repo secret pass vars
1 parent 71ee1e9 commit 0c9ee0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create_or_update_repository_secrets.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: create_or_update_repository_secrets
1+
name: create-or-update-repository-secrets
22
on:
33
workflow_dispatch:
44
inputs:
@@ -21,7 +21,7 @@ on:
2121

2222
run-name: ${{ github.actor }} creting or updating ${{ inputs.secret_name }} in ${{ inputs.repository_name }}
2323
jobs:
24-
create_or_update_repository_secrets:
24+
create-or-update-repository-secrets:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: git checkout

0 commit comments

Comments
 (0)