Skip to content

Commit

Permalink
Minor fixes (segmentio#2155)
Browse files Browse the repository at this point in the history
  • Loading branch information
varadarajan-tw authored Jul 9, 2024
1 parent 2f70282 commit dfce86c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled to ensure the commit history for the repository is available to the action
fetch-tags: true

- uses: Setup git credentials
- name: Setup git credentials
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
echo "packages_published<<EOF" >> $GITHUB_OUTPUT
echo "$packages_published" >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
git commit -m "version packages"
git commit -m "Publish"
git push origin ${{ github.event.inputs.branch }}
- name: Create PR
Expand Down

0 comments on commit dfce86c

Please sign in to comment.