Skip to content

Commit

Permalink
Merge pull request #663 from sdr-enthusiasts/updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
fredclausen authored Oct 4, 2022
2 parents 8e814e1 + 0fd0e31 commit 74f43da
Show file tree
Hide file tree
Showing 5 changed files with 264 additions and 3,135 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

- name: Get specific changed files
id: changed-files-specific
uses: tj-actions/[email protected].2
uses: tj-actions/[email protected].3
with:
files: |
Dockerfile.nextgen
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:

- name: Get specific changed files
id: changed-files-specific
uses: tj-actions/[email protected].2
uses: tj-actions/[email protected].3
with:
files: |
Dockerfile.nextgen
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:

- name: Get specific changed files
id: changed-files-specific
uses: tj-actions/[email protected].2
uses: tj-actions/[email protected].3
with:
files: |
Dockerfile.nextgen
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:

- name: Get specific changed files
id: changed-files-specific
uses: tj-actions/[email protected].2
uses: tj-actions/[email protected].3
with:
files: |
Dockerfile.nextgen
Expand Down Expand Up @@ -420,7 +420,7 @@ jobs:

- name: Get specific changed files
id: changed-files-specific
uses: tj-actions/[email protected].2
uses: tj-actions/[email protected].3
with:
files: |
Dockerfile.nextgen
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:

- name: Get specific changed files
id: changed-files-specific
uses: tj-actions/[email protected].2
uses: tj-actions/[email protected].3
with:
files: |
Dockerfile.nextgen
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:

- name: Get specific changed files
id: changed-files-specific
uses: tj-actions/[email protected].2
uses: tj-actions/[email protected].3
with:
files: |
Dockerfile.nextgen
Expand All @@ -209,7 +209,7 @@ jobs:
- name: Get status of next file
id: changed-file-nextgen
uses: tj-actions/[email protected].2
uses: tj-actions/[email protected].3
with:
files: |
Dockerfile.nextgen
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,5 @@ rootfs/webapp/templates/index.html
rootfs/webapp/templates/helppage.MD
rootfs/webapp/templates
rootfs/webapp/static
acarshub/node_modules
**/dist/**
Loading

0 comments on commit 74f43da

Please sign in to comment.