Skip to content

Commit

Permalink
Update push-trigger.yml
Browse files Browse the repository at this point in the history
Signed-off-by: bn46 <[email protected]>
  • Loading branch information
bn46 authored Oct 25, 2024
1 parent 71d7be7 commit 0de6aa0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
WORKFLOW: ${{ github.workflow }}
#PR_TITLE: ${{ github.event.pull_request.title || 'N/A' }}
ACTION: ${{ github.event.action || 'N/A' }}
PR_URL: ${{ github.event.pull_request.html_url || 'N/A' }}
COMMIT: ${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }}
PR_URL: "<${{ github.event.pull_request.html_url || 'N/A' }}>"
COMMIT: "<${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }}>"
REPO: ${{ github.repository }}
JOB_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
JOB_URL: "<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>"

#JOB_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
MESSAGE: "[${{ github.event.head_commit.message || github.event.pull_request.title }}](${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }})"
MESSAGE: "<[${{ github.event.head_commit.message || github.event.pull_request.title }}](${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }})>"
secrets:
DEV_NAMESPACE_DOCKER_HUB: ${{ secrets.DEV_NAMESPACE_DOCKER_HUB }}
ACTOR_DOCKER_HUB: ${{ secrets.ACTOR_DOCKER_HUB }}
Expand Down

0 comments on commit 0de6aa0

Please sign in to comment.