Update gen-apt-config.yml
This commit is contained in:
parent
c7c3be4a64
commit
991118384e
2
.github/workflows/gen-apt-config.yml
vendored
2
.github/workflows/gen-apt-config.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Generate apt pin and json files
|
- name: Generate apt pin and json files
|
||||||
run: ./gen-apt-config.sh
|
run: chmod +x ./gen-apt-config.sh && chmod +x ./gen-apt-config.py && chmod +x ./apt_experiments && ./gen-apt-config.sh
|
||||||
|
|
||||||
- name: Setup git and push
|
- name: Setup git and push
|
||||||
run: git config --global user.name 'Github Workflow Action' && git config --global user.email 'hotrod.master@hotmail.com' && git config --global --add safe.directory /__w/pika-base-debian-container/pika-base-debian-container && git add . && git commit -am"Commited by GH Action - gen-apt-config.yml" && git push
|
run: git config --global user.name 'Github Workflow Action' && git config --global user.email 'hotrod.master@hotmail.com' && git config --global --add safe.directory /__w/pika-base-debian-container/pika-base-debian-container && git add . && git commit -am"Commited by GH Action - gen-apt-config.yml" && git push
|
||||||
|
Loading…
Reference in New Issue
Block a user