feat: use the user url for messages
All checks were successful
renovate / renovate (push) Successful in 2m4s

This commit is contained in:
2026-03-15 15:40:41 -05:00
parent e1e54e567d
commit 1a70faa2e9
3 changed files with 7 additions and 9 deletions

View File

@@ -131,4 +131,4 @@ jobs:
tags: action,failed
details: "Docker linting for compose dirs: ${{ steps.check-dir-changes.outputs.compose-dir-csv }}"
icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons/png/gitea.png'
actions: '[{"action": "view", "label": "View Logs", "url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}", "clear": true}]'
actions: '[{"action": "view", "label": "View Logs", "url": "${{ env.USER_URL }}/${{ github.repository }}/actions/runs/${{ github.run_id }}", "clear": true}]'