Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/addon-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
deploy:
name: 👷 Build & Deploy ${{ matrix.architecture }}
needs: information
runs-on: ${{ contains(fromJson('["armhf", "armv7", "aarch64"]'), matrix.architecture) && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}

Check warning on line 91 in .github/workflows/addon-deploy.yaml

View workflow job for this annotation

GitHub Actions / YAMLLint

line too long

Check warning on line 91 in .github/workflows/addon-deploy.yaml

View workflow job for this annotation

GitHub Actions / YAMLLint

line too long
strategy:
matrix:
architecture: ${{ fromJson(needs.information.outputs.architectures) }}
Expand Down Expand Up @@ -189,7 +189,7 @@
runs-on: ubuntu-latest
steps:
- name: 🚀 Dispatch repository updater update signal
uses: peter-evans/[email protected].0
uses: peter-evans/[email protected].1
with:
token: ${{ secrets.DISPATCH_TOKEN }}
repository: ${{ github.repository_owner }}/${{ inputs.repository_edge }}
Expand All @@ -215,7 +215,7 @@
runs-on: ubuntu-latest
steps:
- name: 🚀 Dispatch repository updater update signal
uses: peter-evans/[email protected].0
uses: peter-evans/[email protected].1
with:
token: ${{ secrets.DISPATCH_TOKEN }}
repository: ${{ github.repository_owner }}/${{ inputs.repository_beta }}
Expand All @@ -239,7 +239,7 @@
runs-on: ubuntu-latest
steps:
- name: 🚀 Dispatch repository updater update signal
uses: peter-evans/[email protected].0
uses: peter-evans/[email protected].1
with:
token: ${{ secrets.DISPATCH_TOKEN }}
repository: ${{ github.repository_owner }}/${{ inputs.repository }}
Expand Down
Loading