Skip to content

Commit 2b011cb

Browse files
committed
update-project-version: Fix link to docs
1 parent 1b64ebd commit 2b011cb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

update-project-version/action.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ inputs:
2727
use-dev-suffix:
2828
description: Specifies whether to use development versions like "1.0.0.dev0".
2929
default: true
30+
env:
31+
action-url: https://github.com/${{ github.action_repository }}/tree/${{ github.action_ref }}/update-project-version
3032
runs:
3133
using: composite
3234
steps:
@@ -93,8 +95,8 @@ runs:
9395
${{ steps.get-pr-details.outputs.project-table }}
9496
9597
If the checks for this pull request appear to hang, you can work around this by closing and re-opening the PR. See
96-
[ni/python-actions/update-project-version >> Inputs >> token](https://github.com/ni/python-actions?tab=readme-ov-file#token) and
98+
[ni/python-actions/update-project-version >> Inputs >> token](${{ env.action-url }}#token) and
9799
[create-pull-request >> Triggering further workflow runs](https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs)
98100
for more details.
99101
100-
This PR was generated by [ni/python-actions/update-project-version](https://github.com/ni/python-actions/). View the [workflow log](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}).
102+
This PR was generated by [ni/python-actions/update-project-version](${{ env.action-url }}). View the [workflow log](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}).

0 commit comments

Comments
 (0)