-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong links in task output #136
Comments
The issue should have been fixed with #125 and #112. @trstringer we need a release to see the changes on @DenisBalan alternatively you may point your action to main branch ( |
@trstringer Could we release a new version with the fix? |
@trstringer please progress this also linked to #128 |
@trstringer 🙏🏾 |
Yeah I'm also seeing the same issue with the wrong link being provided. |
Would love to see this fix released as well! |
EDIT: The understanding that was behind my comment is wrong. Using the latest version of this repository doesn't matter, because the action is going to be pulling whatever the latest published docker image is. So the fix is unavailable without either: a. forking and hosting your own image. @yuqu I don't believe those commits fix the issue. If I pin the sha containing those commits, I still get see the api.github.com url in the issue body. For reference, the (sanitized) workflow step configuration: # jobs.*.steps:
- name: Manual Gate
if: ${{ env.deploy_environment == 'QA' }}
timeout-minutes: 15
# pin: two url bugfixes not yet included in a release (as of 1.9.1)
uses: trstringer/manual-approval@d2e412d84000579996fd00d7834a817f92af19d3 # or 51b76c4576aad25fefe130f04f4cc4de75814e94, same result
with:
secret: ${{ steps.team-approval-auth.outputs.token }}
approvers: qa-approvers
minimum-approvals: 1
issue-title: "Deploying to ${{ env.deploy_environment }}"
issue-body: >
Please approve or deny the deployment to
${{ env.github_environment }}
from ${{ github.ref_type }} ${{ github.ref_name }}
exclude-workflow-initiator-as-approver: true
additional-approved-words: ''
additional-denied-words: '' And the created Issue: Title:
Body:
|
Hello, do you have an update when the new release will be out? |
We are using this task 'trstringer/manual-approval' for manual approval process in enterprise server.
in output can see different urls, mixed formats, either pointing to github.com or to local endpoint, but not clickable because it drives you to api link..
This issue is to address those links formats and make them clickable.
Thx.
The text was updated successfully, but these errors were encountered: