aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-15 15:59:57 -0700
committerFuwn <[email protected]>2024-10-15 15:59:57 -0700
commit04ed0d455bfa4729a53022a97bf4b6d3b0987505 (patch)
tree14e56cd8af0d14d0e7243fbd66a5b3bdcc9ce573
parentci(yae): up cron rate (diff)
downloadtsutsumi-04ed0d455bfa4729a53022a97bf4b6d3b0987505.tar.xz
tsutsumi-04ed0d455bfa4729a53022a97bf4b6d3b0987505.zip
ci(yae): pull before push
-rw-r--r--.github/workflows/yae.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/yae.yaml b/.github/workflows/yae.yaml
index 7cbfe50..125076f 100644
--- a/.github/workflows/yae.yaml
+++ b/.github/workflows/yae.yaml
@@ -22,4 +22,5 @@ jobs:
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add .
git diff-index --quiet HEAD || git commit -m "feat(packages): yae says bump $(cat yae_update_output.txt | tr -d '\n')"
+ git pull
git push