Skip to content

Commit

Permalink
CI: skip dirty patch check to avoid GH action bug
Browse files Browse the repository at this point in the history
https://github.com/openwrt/gh-action-sdk/blob/9c3ea37/entrypoint.sh#L124
invokes `git -C $dir diff` with a non-existent $dir, which makes it
prints its --help message and exit with 128
  • Loading branch information
azrdev committed Jun 19, 2024
1 parent 4dedda3 commit 63c3c9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/openwrt-ipkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
FEED_DIR: "$GITHUB_WORKSPACE/openwrt/"
PACKAGES: snapcast snapclient snapserver
V: sc # verbosity, see https://openwrt.org/docs/techref/buildroot#warnings_errors_and_tracing
NO_REFRESH_CHECK: 1 # avoid bug in git diff invocation, checking out from CI we can't have dirty patches anyway

- name: Store packages
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 63c3c9c

Please sign in to comment.