lets try a different way
This commit is contained in:
parent
0c8eb83f5b
commit
58e12b6130
1 changed files with 8 additions and 6 deletions
|
@ -16,17 +16,19 @@ jobs:
|
||||||
- name: Checkout main repo
|
- name: Checkout main repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Checkout config repo
|
- name: Checkout overrides repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: scientific-witchery/pds-dash-overrides
|
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: |
|
run: |
|
||||||
echo "Current directory: $(pwd)"
|
echo "Current directory structure:"
|
||||||
echo "Files in current directory:"
|
ls -R
|
||||||
ls -la
|
|
||||||
|
|
||||||
- name: fail (intentionally)
|
- name: fail (intentionally)
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue