Skip to content

compare release

compare release #2

# Action to build openwrt images
---
name: build openwrt images
on:
# Allows manual workflow run (must in default branch to work)
workflow_dispatch:
jobs:
build-openwrt-image:
runs-on: ubuntu-22.04
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: compare
run: |
./compare-release
echo $TAG
- name: commit
if: ${{ steps.compare.outputs.NEED_REBUILD == 'true' }}
uses: EndBug/add-and-commit@v9
with:
commit: --signoff
default_author: github_actions