gitea.run_id incorrect value #314

Closed
opened 2023-07-31 16:02:05 +00:00 by Matt0009 · 1 comment

run_id doesn't seem to match with the run id in gitea at http://giteaurl.tld/repo/actions/run/id and prevents creating a link to the run

Snippet used in email body to get link to run body: The build has failed. http://validurl/${{ gitea.repository }}/actions/runs/${{ gitea.run_id }}

Screenshot from email showing an id of 50
image

Screenshot of latest runs with an id of #19
image

run_id doesn't seem to match with the run id in gitea at http://giteaurl.tld/repo/actions/run/**id** and prevents creating a link to the run Snippet used in email body to get link to run `body: The build has failed. http://validurl/${{ gitea.repository }}/actions/runs/${{ gitea.run_id }}` Screenshot from email showing an id of 50 ![image](/attachments/3f4bc39a-15fa-4880-a9ce-48ce3f8dc5fd) Screenshot of latest runs with an id of #19 ![image](/attachments/9da81810-9430-4162-89ee-535d86477eef)
lunny added the
kind
bug
label 2023-08-02 06:33:31 +00:00
Author

I'm using the wrong value, I should be using run_number, closing...

I'm using the wrong value, I should be using run_number, closing...
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gitea/act_runner#314
No description provided.