Skip to content

Initial commit

Initial commit #20

# Action to build openwrt images
---
name: compare release
on:
# Allows manual workflow run (must in default branch to work)
workflow_dispatch:
jobs:
compare-release:
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- name: Checkout repo
id: checkout-repo
uses: actions/checkout@v4
- name: compare
id: compare
run: |
.github/workflows/scripts/compare-release
- name: commit
if: ${{ steps.compare.outputs.sha256 != '' }}
uses: EndBug/add-and-commit@v9
with:
commit: --signoff
default_author: github_actions

Check failure on line 31 in .github/workflows/compare-release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/compare-release.yml

Invalid workflow file

You have an error in your yaml syntax on line 31
- name: build
- uses: ./.github/actions/build.yml