Skip to content

Commit

Permalink
fix job name in .github/workflows/reusable-dev-deployment.yml
Browse files Browse the repository at this point in the history
This was not changed when switching from a scheduled job on devel
to a job which is executed when the label is set.
  • Loading branch information
BacLuc committed Sep 23, 2023
1 parent ac1c1e1 commit d091987
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/reusable-dev-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ jobs:
steps:
- name: Get link to currently running job logs
uses: Tiryoh/[email protected]
if: ${{ inputs.env == 'feature-branch' }}
id: job-url
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
job_name: Upgrade or install deployment (${{ inputs.name }}, ${{ inputs.sha }}, ${{ inputs.pr_number }}) / Deploy to Kubernetes
job_name: Upgrade or install deployment / Deploy to Kubernetes

- name: Create a pending GitHub deployment
uses: bobheadxi/[email protected]
Expand Down

0 comments on commit d091987

Please sign in to comment.