Skip to content

Update it.po

Update it.po #59

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-nightly
options: --privileged
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: Prepare Runtime
run: |
flatpak --system remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
flatpak --system install -y --noninteractive flathub-beta org.freedesktop.Sdk.Extension.node18/${{ matrix.arch }}/23.08beta
- name: Build
uses: flatpak/flatpak-github-actions/flatpak-builder@v4
with:
repository-name: gnome-nightly
repository-url: https://nightly.gnome.org/gnome-nightly.flatpakrepo
bundle: sticky.flatpak
manifest-path: com.vixalien.sticky.json
cache-key: flatpak-builder-${{ github.sha }}