lets try a different way

This commit is contained in:
Ariadna 2025-05-29 04:23:13 -04:00
parent 0c8eb83f5b
commit 58e12b6130
Signed by: ari
SSH key fingerprint: SHA256:j4xpQafvRcIH4rwZqM5aREIogWsCjyYohia7vH0+uZY

View file

@ -16,17 +16,19 @@ jobs:
- name: Checkout main repo
uses: actions/checkout@v4
- name: Checkout config repo
- name: Checkout overrides repo
uses: actions/checkout@v4
with:
repository: scientific-witchery/pds-dash-overrides
token: ${{ secrets.OVERRIDES_TOKEN }}
path: overrides
- name: print local filesystem
- name: Copy config file to root
run: cp overrides/config.ts ./config.ts
- name: print file structure
run: |
echo "Current directory: $(pwd)"
echo "Files in current directory:"
ls -la
echo "Current directory structure:"
ls -R
- name: fail (intentionally)
run: |