Skip to content

Update External Docs #15

Update External Docs

Update External Docs #15

name: Update External Docs
on:
workflow_dispatch:
permissions:
pull-requests: write
contents: write
jobs:
update-docs:
runs-on: ubuntu-latest
if: github.repository_owner == 'chrisdel101'
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Run scripts
working-directory: .github/scripts
run: |
echo "TESTING123" > ../../en/resources/contributing.md
- name: Verify file content
run: cat CONTRIB.md