We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 664dedd commit 6749b4fCopy full SHA for 6749b4f
.github/workflows/L10n-update.yml
@@ -6,15 +6,6 @@ on:
6
- master
7
8
jobs:
9
- trigger-update:
10
- name: L10n Update Trigger
11
- runs-on: ubuntu-latest
12
-
13
- steps:
14
- - name: Repository dispatch
15
- uses: peter-evans/repository-dispatch@v3
16
- with:
17
- token: ${{ secrets.ICINGABOT_TOKEN }}
18
- repository: Icinga/L10n
19
- event-type: update
20
- client-payload: '{"origin": "${{ github.repository }}", "commit": "${{ github.sha }}"}'
+ update:
+ uses: icinga/github-actions/.github/workflows/L10n-update.yml@main
+ secrets: inherit
0 commit comments