mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2025-04-20 16:08:03 +02:00
GITHUB_
env vars are reserved
This commit is contained in:
parent
634914656c
commit
00a012b6d7
2 changed files with 3 additions and 3 deletions
4
.github/main.workflow
vendored
4
.github/main.workflow
vendored
|
@ -6,7 +6,7 @@ workflow "New workflow" {
|
|||
action "skip-commit" {
|
||||
uses = "veggiemonk/skip-commit@master"
|
||||
env = {
|
||||
COMMIT_FILTER = "\\[skip-ci\\]"
|
||||
COMMIT_FILTER = "skip-ci"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -43,6 +43,6 @@ action "push changes" {
|
|||
env = {
|
||||
GIT_EMAIL = "alex.blaine@layder.io"
|
||||
GIT_USERNAME = "veggiemonk-bot"
|
||||
GITHUB_USER = "veggiemonk"
|
||||
GIT_USER = "veggiemonk"
|
||||
}
|
||||
}
|
||||
|
|
2
push.sh
2
push.sh
|
@ -21,6 +21,6 @@ echo "Commiting files"
|
|||
git commit -m "Automated update repository metadata [skip ci]"
|
||||
|
||||
echo "Pushing changes"
|
||||
git push https://"$GITHUB_USER:$GITHUB_TOKEN"@github.com/veggiemonk/awesome-docker master >/dev/null 2>&1
|
||||
git push https://"$GIT_USER:$GITHUB_TOKEN"@github.com/veggiemonk/awesome-docker master >/dev/null 2>&1
|
||||
|
||||
echo "Done."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue