Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ jobs:
echo "TAG=$(git tag --points-at HEAD)" >> $GITHUB_OUTPUT
echo "GIT_SHA=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
echo "GIT_SHA_SHORT=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
echo "MESSAGE<<EOF" >> $GITHUB_OUTPUT
git log --format=%B -n 1 ${{ github.event.after }} >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
echo "MESSAGE=$(git log --format=%B -n 1 ${{ github.event.after }} | tr '\n' ' ' | sed 's/ */ /g')" >> $GITHUB_OUTPUT
id: extract_variables

- name: Checkout terraform config repo
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ jobs:
echo "TAG=$(git tag --points-at HEAD)" >> $GITHUB_OUTPUT
echo "GIT_SHA=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
echo "GIT_SHA_SHORT=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
echo "MESSAGE<<EOF" >> $GITHUB_OUTPUT
git log --format=%B -n 1 ${{ github.event.after }} >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
echo "MESSAGE=$(git log --format=%B -n 1 ${{ github.event.after }} | tr '\n' ' ' | sed 's/ */ /g')" >> $GITHUB_OUTPUT
id: extract_variables

- name: Checkout terraform config repo
Expand Down