Skip to content

Commit

Permalink
Checking github actor in reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahadik, Mukul Chandrakant authored and Mahadik, Mukul Chandrakant committed Sep 28, 2024
1 parent 3d4e800 commit c994ac8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable_image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "Github Actions bot to update .env with latest tags"
echo ${{ github.actor }}
if git diff --quiet; then
echo "Latest timestamp already present in .env file, no changes to commit"
else
Expand Down

0 comments on commit c994ac8

Please sign in to comment.