We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da2eaf5 commit 6c4398cCopy full SHA for 6c4398c
.github/workflows/rename-module.yml
@@ -24,6 +24,7 @@ jobs:
24
env:
25
WORKFLOW_HASH: ${{ hashFiles('.github/workflows/rename-module.yml') }}
26
run: |
27
+ echo "WORKFLOW_HASH=${WORKFLOW_HASH}" >> "$GITHUB_OUTPUT";
28
echo "DEST_BRANCH=auto-rename-module_source-${{ inputs.source_commit }}_workflow-${WORKFLOW_HASH}-${{ github.ref_name }}" \
29
>> "$GITHUB_OUTPUT";
30
@@ -70,6 +71,6 @@ jobs:
70
71
72
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
73
with:
- commit_message: "[AUTO] rename Go module + update internal import paths"
74
+ commit_message: "[AUTO] rename Go module + update internal import paths\n\nWorkflow: ${{ steps.vars.outputs.WORKFLOW_HASH }} on branch ${{ github.ref_name }}"
75
repo: ${{ github.repository }}
76
branch: ${{ steps.vars.outputs.DEST_BRANCH }}
0 commit comments