Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
soumeh01 committed Sep 6, 2023
1 parent 29c013b commit 198ab71
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/tpip-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,16 @@ jobs:
with:
name: tpip-report

- name: Extract branch name
shell: bash
run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
id: extract_branch

- name: Commit Changes
uses: EndBug/add-and-commit@v9
with:
message: "Update TPIP report [skip ci]"
add: scripts/${{ env.report_name }}
shell: bash
run: |
git config user.name github-actions
git config user.email [email protected]
git add .
git commit -m "Update documentation for ${MSG} ${GITHUB_REF_NAME}"
git push
# - name: Commit Changes
# uses: EndBug/add-and-commit@v9
# with:
# message: "Update TPIP report [skip ci]"
# add: scripts/${{ env.report_name }}

0 comments on commit 198ab71

Please sign in to comment.