tnichols217 is updating the extensions #3096
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Update repo | |
| run-name: ${{ github.actor }} is updating the extensions | |
| on: | |
| schedule: | |
| - cron: "0 0/6 * * *" | |
| workflow_dispatch: | |
| push: | |
| jobs: | |
| downloadUpdates: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: write | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: cachix/install-nix-action@v23 | |
| - run: nix run | |
| - uses: stefanzweifel/git-auto-commit-action@v5 |