Skip to content

Commit

Permalink
Fix spec update action (#413)
Browse files Browse the repository at this point in the history
* Remove npm install, package lock which don't seem to be for anything

* Try using python 3 instead

Co-authored-by: Scott Erickson <[email protected]>
Co-authored-by: Brad Rogers <[email protected]>
  • Loading branch information
3 people authored Feb 9, 2022
1 parent cc10efb commit 735e077
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
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/[email protected]
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.

0 comments on commit 735e077

Please sign in to comment.