Skip to content

Commit 82fcb92

Browse files
committed
fix: change github acction error
1 parent 82937ea commit 82fcb92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/django.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- "main"
77
- "master"
88
pull_request:
9+
branches:
910
- "main"
1011
- "master"
1112
jobs:
@@ -29,7 +30,7 @@ jobs:
2930
run: sudo apt-get install openssl
3031

3132
- name: Generate private and public keys
32-
uses: |
33+
run: |
3334
mkdir -p security
3435
openssl genpkey -algorithm RSA -out security/private_key.pem -pkeyopt rsa_keygen_bits:2048
3536
openssl rsa -pubout -in security/private_key.pem -out security/public_key.pem

0 commit comments

Comments
 (0)