We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd77f04 commit 32d3e60Copy full SHA for 32d3e60
1 file changed
.github/workflows/generate-docs.yaml
@@ -43,7 +43,9 @@ jobs:
43
This commits the output of the `generate-docs` tool.
44
45
Source-commit: ${{ github.sha }}
46
- Workflow-run-id: ${{ github.run_id }}
+ Github-workflow-id: ${{ github.run_id }}
47
+ Github-workflow: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
48
+ Co-authored-by: Matthew Rodusek <bitwizeshift@users.noreply.github.com>
49
50
- name: Push generated changes
51
if: fromJson(steps.add.outputs.staged)
0 commit comments