Skip to content

Commit

Permalink
Testing commit to main #6
Browse files Browse the repository at this point in the history
  • Loading branch information
StrahinjaJacimovic committed Aug 22, 2024
1 parent 77b57e8 commit 5309a6d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/updateChangelogs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:

- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ steps.app-token.outputs.token }}

- name: Set up Python
uses: actions/setup-python@v5
Expand All @@ -42,8 +45,8 @@ jobs:
- name: Add GitHub Actions credentials
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
git config user.name github-actions
git config user.email github-[email protected]
- name: Commit and Push Changes
run: |
Expand Down

0 comments on commit 5309a6d

Please sign in to comment.