File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 build :
10- if : (github.repository == 'adamlui/perplexity-omnibox') && (github.event.commits[0].committer.username != 'kudo -sync-bot ')
10+ if : (github.repository == 'adamlui/perplexity-omnibox') && !contains (github.event.head_commit.message, '[auto -sync] ')
1111 runs-on : ubuntu-24.04
1212 permissions :
1313 contents : read
5757 - name : Push changes to adamlui/ai-web-extensions
5858 run : |
5959 cd ${{ github.workspace }}/adamlui/ai-web-extensions
60- git add .
61- git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from https://github.com/adamlui/perplexity-omnibox]" || true
60+ git add . && git commit -n -m "$ESCAPED_MSG ↞ [auto-sync from https://github.com/adamlui/perplexity-omnibox]" || true
61+ git pull --rebase
6262 git push
You can’t perform that action at this time.
0 commit comments