Skip to content

Commit

Permalink
Add mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard committed Jul 31, 2024
1 parent 0daa677 commit 90ca2bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,14 @@ jobs:
- name: (downstream) Copy (overwrite) update.yml
# no-op if the latest file already exists in the downstream repository
run: |
mkdir -p downstream/.github/workflows/
cp -f upstream/.github/workflows/update.yml downstream/.github/workflows/update.yml
true
- name: (downstream) Copy (do not overwrite) config.yml
# no-op if the file already exists in the downstream repository
run: |
mkdir -p downstream/.github/template-files/
cp -n upstream/templates/config.yml downstream/.github/template-files/config.yml
true
Expand Down

0 comments on commit 90ca2bd

Please sign in to comment.