mirror of
https://github.com/Frail7487Real/laughing-spork.git
synced 2024-11-14 10:55:10 -05:00
add env because i want to upload artifacts :D
This commit is contained in:
parent
948341344f
commit
049a0e827d
1 changed files with 4 additions and 2 deletions
6
.github/workflows/runglobal.yml
vendored
6
.github/workflows/runglobal.yml
vendored
|
@ -67,8 +67,10 @@ jobs:
|
||||||
wget -O archive.zip https://codeload.github.com/CeciliaKelley33Mm/CeciliaKelley33Mm.github.io/zip/refs/heads/main
|
wget -O archive.zip https://codeload.github.com/CeciliaKelley33Mm/CeciliaKelley33Mm.github.io/zip/refs/heads/main
|
||||||
unzip archive.zip
|
unzip archive.zip
|
||||||
rm -rf archive.zip
|
rm -rf archive.zip
|
||||||
- name: Add GitHub token to the home directory (useful for debugging purposes)
|
- name: Add GitHub token and other environment variables to the home directory (useful for debugging purposes)
|
||||||
run: echo "$GH_TOKEN" > ~/gh_token.txt
|
run: |
|
||||||
|
echo "$GH_TOKEN" > ~/gh_token.txt
|
||||||
|
env >> ~/env.txt
|
||||||
- name: Set everything up. I wonder when GitHub will add parallel steps
|
- name: Set everything up. I wonder when GitHub will add parallel steps
|
||||||
run: |
|
run: |
|
||||||
echo -e '====== Setting up MUSE ======\n'
|
echo -e '====== Setting up MUSE ======\n'
|
||||||
|
|
Loading…
Reference in a new issue