-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
cc10efb
commit 735e077
Showing
2 changed files
with
3 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | ||
|
@@ -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 | ||
|
@@ -69,4 +66,4 @@ jobs: | |
team-reviewers: | | ||
owners | ||
maintainers | ||
draft: false | ||
draft: false |
This file was deleted.
Oops, something went wrong.