Skip to content

Commit

Permalink
Update GitHub Actions to use latest versions and modify sync settings
Browse files Browse the repository at this point in the history
  • Loading branch information
N6REJ committed Jun 27, 2024
1 parent 24e6ded commit aa77883
Show file tree
Hide file tree
Showing 39 changed files with 13 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .github/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,8 @@ group:

# Bearsampp repo unique things
- files:
- source: img/artwork/tool.png
dest: img/tool.png
- source: img/artwork/binary.png
dest: img/binary.png
- source: img/artwork/application.png
dest: img/application.png
- source: img/artwork/bearsampp.bmp
dest: core/resources/homepage/img/bearsampp.bmp
- source: img/artwork/Bearsampp-logo-128x128.ico
dest: core/resources/homepage/img/icons/bearsampp.ico
- source: img/artwork/Bearsampp-logo-128x128.ico
dest: core/resources/homepage/img/icons/app.ico
- source: img/artwork/about.bmp
Expand Down
17 changes: 13 additions & 4 deletions .github/workflows/list-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
# Create raw list of ALL repos in comma delimited format
- name: Repo-List-Generator
id: repo
uses: yi-Xu-0100/repo-list-generator@v1.0.1
uses: yi-Xu-0100/repo-list-generator@vlatest

# Now that its saved we can use an action to replace .settings since we don't want that one in the list.
- name: Find-and-replace settings
uses: mad9000/actions-find-and-replace-string@2
uses: mad9000/actions-find-and-replace-string@latest
id: settings
with:
source: ${{ steps.repo.outputs.repoList_PRIVATE }}
Expand All @@ -34,16 +34,25 @@ jobs:

# Now that its saved replace put Bearsampp in front of aetray
- name: Find and Replace
uses: jacobtomlinson/gha-find-replace@v2
uses: jacobtomlinson/gha-find-replace@latest
id: gha
with:
find: "aetraymenu"
replace: ",aetraymenu"
include: current-repos.md

# Now put Bearsampp in front of .teams
- name: Find and Replace
uses: jacobtomlinson/gha-find-replace@latest
id: gha
with:
find: ".teams"
replace: "Bearsampp/,teams\n"
include: current-repos.md

# Now that its saved replace , with eol
- name: Find and Replace
uses: jacobtomlinson/gha-find-replace@v2
uses: jacobtomlinson/gha-find-replace@latest
id: gha2
with:
find: ","
Expand Down
Binary file removed img/artwork/application.png
Binary file not shown.
Binary file removed img/artwork/binary.png
Binary file not shown.
Binary file removed img/artwork/tool.png
Binary file not shown.
Binary file removed img/screenshots/thumbs/about.jpg
Binary file not shown.
Binary file removed img/screenshots/thumbs/apache-add-alias.jpg
Binary file not shown.
Binary file removed img/screenshots/thumbs/apache-add-virtual-host.jpg
Binary file not shown.
Binary file removed img/screenshots/thumbs/apache-alias.jpg
Binary file not shown.
Binary file removed img/screenshots/thumbs/apache-change-port.jpg
Binary file not shown.
Binary file removed img/screenshots/thumbs/apache-check-port.jpg
Binary file not shown.
Binary file removed img/screenshots/thumbs/apache-switch-version.jpg
Binary file not shown.
Binary file removed img/screenshots/thumbs/apache-virtual-host.jpg
Binary file not shown.
Binary file removed img/screenshots/thumbs/apps.jpg
Binary file not shown.
Binary file removed img/screenshots/thumbs/change-browser.jpg
Binary file not shown.
Binary file removed img/screenshots/thumbs/console.jpg
Binary file not shown.
Binary file removed img/screenshots/thumbs/dashboard-one.jpg
Binary file not shown.
Binary file removed img/screenshots/thumbs/dashboard-three.jpg
Binary file not shown.
Binary file removed img/screenshots/thumbs/dashboard-two.jpg
Binary file not shown.
Binary file removed img/screenshots/thumbs/file-structure.png
Binary file not shown.
Binary file removed img/screenshots/thumbs/filezilla-switch-version.jpg
Binary file not shown.
Binary file removed img/screenshots/thumbs/generate-ssl.jpg
Binary file not shown.
Binary file removed img/screenshots/thumbs/languages.jpg
Binary file not shown.
Binary file removed img/screenshots/thumbs/log-level.jpg
Binary file not shown.
Binary file removed img/screenshots/thumbs/logs.jpg
Binary file not shown.
Binary file removed img/screenshots/thumbs/mailhog-switch-version.jpg
Binary file not shown.
Binary file removed img/screenshots/thumbs/mariadb-switch-version.jpg
Binary file not shown.
Binary file removed img/screenshots/thumbs/memcached-switch-version.jpg
Diff not rendered.
Binary file removed img/screenshots/thumbs/menu-left.jpg
Diff not rendered.
Binary file removed img/screenshots/thumbs/menu-right.jpg
Diff not rendered.
Binary file removed img/screenshots/thumbs/menu-tools.jpg
Diff not rendered.
Binary file removed img/screenshots/thumbs/mysql-switch-version.jpg
Diff not rendered.
Binary file removed img/screenshots/thumbs/nodejs-switch-version.jpg
Diff not rendered.
Binary file removed img/screenshots/thumbs/php-switch.jpg
Diff not rendered.
Binary file removed img/screenshots/thumbs/postgres-switch-version.jpg
Diff not rendered.
Binary file removed img/screenshots/thumbs/ssl-location.jpg
Diff not rendered.
Binary file removed img/screenshots/thumbs/startup.jpg
Diff not rendered.
Binary file removed img/screenshots/thumbs/svn-switch-version.jpg
Diff not rendered.
Binary file removed img/screenshots/thumbs/update.jpg
Diff not rendered.

0 comments on commit aa77883

Please sign in to comment.