Skip to content

Commit 6613add

Browse files
committed
Merge main into develop after the creation of release v2.9.1
2 parents 3e241c8 + 926449f commit 6613add

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/GitFlow_Create-Release-Branch-and-PR.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# Step 4: Create a pull request from release branch to main
5959
- name: Create Pull Request with GitHub CLI
6060
env:
61-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61+
GH_TOKEN: ${{ secrets.GH_PAT_SYNC }}
6262
run: |
6363
# Use GitHub CLI to create a properly formatted Pull Request
6464
gh pr create \
@@ -68,4 +68,4 @@ jobs:
6868
--label "release" \
6969
--body "# Release ${{ steps.versioning.outputs.version }}
7070
71-
This PR is automatically created to perform the final tests and validations before the release is created."
71+
This PR is automatically created to perform the final tests and validations before the release is created."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You can update only pre-selected apps. To do so, create an "included_apps.txt" w
4040
> The lists can contain Wildcard (*). For instance ```Mozilla.Firefox*``` will take care of all Firefox channels.
4141
4242
List and Mods folder content will be copied to WAU install location:
43-
![image](https://github.com/user-attachments/assets/a37837b0-b61e-4ce7-b23c-fd8661585e40)
43+
<img width="474" height="308" alt="423074783-a37837b0-b61e-4ce7-b23c-fd8661585e40" src="https://github.com/user-attachments/assets/323fc50c-2400-4fa2-937d-83a0f0c2392d" />
4444

4545

4646
### Notification Level

0 commit comments

Comments
 (0)