Skip to content

Commit

Permalink
ci: update action names
Browse files Browse the repository at this point in the history
  • Loading branch information
thephez committed Sep 2, 2024
1 parent cde5caa commit 028b5cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dashmate-update.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: Update Documentation on Platform release
name: Update dashmate version on Platform release

on:
repository_dispatch:
types: [release_published]
workflow_dispatch: # This allows the workflow to be triggered manually

jobs:
update-docs:
update-dashmate-version:
runs-on: ubuntu-latest

steps:
- name: Checkout this repository
uses: actions/checkout@v4

- name: Poll for Platform release assets named dashmate*.deb
- name: Poll for Platform release assets
id: check_artifact
run: |
MAX_ATTEMPTS=10
Expand Down

0 comments on commit 028b5cd

Please sign in to comment.