Skip to content

vault backup: 2024-07-07 13:55:02 #49

vault backup: 2024-07-07 13:55:02

vault backup: 2024-07-07 13:55:02 #49

Workflow file for this run

name: ci on new files
permissions:
contents: write
on:
push:
paths:
- '**/*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check for new files
run: |
git fetch origin ${{ github.event.before }}
git diff --name-only --diff-filter=AD ${{ github.event.before }} | grep -q '.'
id: new-files
- name: notify
if: steps.new-files.outcome == 'success'
uses: peter-evans/repository-dispatch@v2
with:
token: ${{secrets.ACCESS_TOKEN}}
repository: Sreesanth46/sreesanth.me
event-type: dispatch-event