Skip to content

Update actions/checkout digest to 8ade135 #198

Update actions/checkout digest to 8ade135

Update actions/checkout digest to 8ade135 #198

Workflow file for this run

name: Workflow Sync
on:
workflow_dispatch:
# push:
# branches:
# - master
pull_request:
types: [ closed ]
branches: [ master ]
jobs:
file-syncs:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- run: |
echo PR #${{ github.event.number }} has been merged
- name: Running Workflow Sync
uses: 'jetersen/ghaction.file.sync@v1'
with:
appId: ${{ secrets.FILE_SYNC_APP_ID }}
privateKey: ${{ secrets.FILE_SYNC_APP_PEM }}