-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #79 from tegonal-bot/gt/update/gt
update files of remote gt to version v0.17.0 via gt
- Loading branch information
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# | ||
# __ __ | ||
# / /____ ___ ____ ___ ___ _/ / This script is provided to you by https://github.com/tegonal/gt | ||
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2 | ||
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements | ||
# /___/ | ||
# Version: v0.16.0 | ||
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / Copyright 2022 Tegonal Genossenschaft <[email protected]> | ||
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2 | ||
# /___/ Please report bugs and contribute back your improvements | ||
# | ||
# Version: v0.17.0 | ||
################################### | ||
name: "gt update" | ||
on: | ||
|
@@ -40,8 +40,8 @@ jobs: | |
echo "public key trusted" && \ | ||
mkdir ./gpg && \ | ||
gpg --homedir ./gpg --import ./signing-key.public.asc && \ | ||
wget "https://raw.githubusercontent.com/tegonal/gt/v0.16.0/install.sh" && \ | ||
wget "https://raw.githubusercontent.com/tegonal/gt/v0.16.0/install.sh.sig" && \ | ||
wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.0/install.sh" && \ | ||
wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.0/install.sh.sig" && \ | ||
gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \ | ||
chmod +x ./install.sh && \ | ||
echo "verification successful" || (echo "!! verification failed, don't continue !!"; exit 1) && \ | ||
|
@@ -79,8 +79,8 @@ jobs: | |
echo "public key trusted" && \ | ||
mkdir ./gpg && \ | ||
gpg --homedir ./gpg --import ./signing-key.public.asc && \ | ||
wget "https://raw.githubusercontent.com/tegonal/gt/v0.16.0/install.sh" && \ | ||
wget "https://raw.githubusercontent.com/tegonal/gt/v0.16.0/install.sh.sig" && \ | ||
wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.0/install.sh" && \ | ||
wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.0/install.sh.sig" && \ | ||
gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \ | ||
chmod +x ./install.sh && \ | ||
echo "verification successful" || (echo "!! verification failed, don't continue !!"; exit 1) && \ | ||
|
@@ -107,4 +107,4 @@ jobs: | |
body: "following the changes after running `gt update -r \"${{ matrix.remote }}\"` and reset gpg keys" | ||
delete-branch: true | ||
token: ${{ secrets.AUTO_PR_TOKEN }} | ||
push-to-fork: ${{ secrets.AUTO_PR_FORK_NAME }} | ||
push-to-fork: ${{ vars.AUTO_PR_FORK_NAME != '' && vars.AUTO_PR_FORK_NAME || secrets.AUTO_PR_FORK_NAME }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#@ Version: 1.0.0 | ||
tag file relativeTarget sha512 | ||
v0.16.0 .github/workflows/gt-update.yml ../.github/workflows/gt-update.yml b084f26e204a737ba6a3c0bf67099ba68e419daa7229cc3dd88e68b5c7aec82a666742b9711f323d71f06f39c2ec9d23f3bf29eb96f4373d68dfab6cbdfd989c | ||
v0.17.0 .github/workflows/gt-update.yml ../.github/workflows/gt-update.yml 8f3b2385fb31c68c5b63145a873b49de9e5e8c11dab4fcd3ee296959f1d7176f36dc0f25c5348568d8545303f8c58188a4e7a75a5cd58de70e9beb3808ee7053 |