Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions .github/workflows/spec_update.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Spec Update
on:
on:
workflow_dispatch:
repository_dispatch:
types: [spec_update]
Expand All @@ -12,16 +12,13 @@ jobs:
- name: Setup Python environment
uses: actions/setup-python@v2.2.2
with:
python-version: 2.7
python-version: 3.7
- name: Get current time
uses: 1466587594/get-current-time@v2
id: current-time
with:
format: YYYY_MM_DD
utcOffset: "-08:00"
- name: Install SDK
run: |
npm install
- name: Update Modules
run: |
git submodule init
Expand Down Expand Up @@ -69,4 +66,4 @@ jobs:
team-reviewers: |
owners
maintainers
draft: false
draft: false
3 changes: 0 additions & 3 deletions package-lock.json

This file was deleted.