-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
402 changed files
with
5,463 additions
and
14,839 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Check for updates | ||
on: | ||
schedule: # for scheduling to work this file must be in the default branch | ||
- cron: "0 0 * * 1" # run weekly | ||
workflow_dispatch: # can be manually dispatched under GitHub's "Actions" tab | ||
|
||
jobs: | ||
flatpak-external-data-checker: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: docker://ghcr.io/flathub/flatpak-external-data-checker:latest | ||
env: | ||
GIT_AUTHOR_NAME: elementaryBot | ||
GIT_COMMITTER_NAME: elementaryBot | ||
GIT_AUTHOR_EMAIL: [email protected] | ||
GIT_COMMITTER_EMAIL: [email protected] | ||
EMAIL: [email protected] | ||
GITHUB_TOKEN: ${{ secrets.GIT_USER_TOKEN }} | ||
with: | ||
args: --update --never-fork io.elementary.tasks.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,30 +49,17 @@ jobs: | |
token: ${{ secrets.FLAT_MANAGER_TOKEN }} | ||
|
||
gettext: | ||
name: Gettext | ||
runs-on: ubuntu-latest | ||
container: | ||
image: ghcr.io/elementary/flatpak-platform/runtime:7.1-x86_64 | ||
options: --privileged | ||
|
||
steps: | ||
- name: Install git, python3-git and jq | ||
run: | | ||
apt-get update | ||
apt-get install git jq python3-git -y | ||
- name: Clone repository | ||
uses: actions/checkout@v4 | ||
with: | ||
token: ${{ secrets.GIT_USER_TOKEN }} | ||
|
||
- name: Configure Git | ||
run: | | ||
git config --global --add safe.directory "$GITHUB_WORKSPACE" | ||
- name: Update Translation Files | ||
uses: elementary/actions/gettext-flatpak@main | ||
with: | ||
manifest-path: 'io.elementary.tasks.json' | ||
uses: elementary/actions/gettext-template@main | ||
env: | ||
GIT_USER_TOKEN: ${{ secrets.GIT_USER_TOKEN }} | ||
GIT_USER_NAME: "elementaryBot" | ||
GIT_USER_EMAIL: "[email protected]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.