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
|
||||
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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue