Add action environment

This commit is contained in:
DefectingCat
2022-10-12 11:02:55 +08:00
parent 1ac867b84e
commit 8765b6eaad

View File

@ -26,6 +26,7 @@ concurrency:
jobs:
# Build job
build:
environment: Production
runs-on: ubuntu-latest
steps:
- name: Checkout