Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Sep 13, 2024
1 parent 52d9ffb commit e2e93b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
on:
push:
workflow_dispatch:

name: Create snapshot from R-multiverse
Expand All @@ -19,7 +18,7 @@ jobs:
run: |
git config --global user.name github-actions
git config --global user.email actions@github.com
git add src bin doc
git add .
git commit -m "R-multiverse snapshot ($(date +%F))"
git push

0 comments on commit e2e93b5

Please sign in to comment.