Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
musdotdigital committed Nov 29, 2023
1 parent c545389 commit dc79823
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ jobs:
- uses: actions/checkout@v3
- uses: ./
with:
dockerfile: ./__tests__/data/Dockerfile
dependencies: ./__tests__/data/dependencies.json
2 changes: 1 addition & 1 deletion src/dependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ interface StoredJSON {
export class Package {
name: string
version: string
[key: string]: string // Allows for dynamic additional properties
[key: string]: string

constructor(name: string, version: string, extraFields?: {[key: string]: any}) {
this.name = name
Expand Down

0 comments on commit dc79823

Please sign in to comment.