Skip to content

reverted changes

reverted changes #8

Workflow file for this run

on:
push:
tags:
- v*
pull_request:
name: CI
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-45
options: --privileged
steps:
- name: Build Flatpak Bundle
uses: actions/checkout@v4
uses: flatpak/flatpak-github-actions/flatpak-builder@v6

Check failure on line 17 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 17, Col: 7): 'uses' is already defined
with:
bundle: overskride-nightly.flatpak
manifest-path: io.github.kaii_lb.Overskride.json
cache-key: flatpak-builder-${{ github.sha }}