Skip to content

Commit

Permalink
Merge pull request #66 from tegonal-bot/gt/update
Browse files Browse the repository at this point in the history
Changes via gt update
  • Loading branch information
robstoll authored Nov 6, 2023
2 parents f274204 + 21f5159 commit 23752dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gt-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.13.2
# Version: v0.13.3
#
###################################
name: "gt update"
Expand Down Expand Up @@ -38,8 +38,8 @@ jobs:
echo "public key trusted" && \
mkdir ./gpg && \
gpg --homedir ./gpg --import ./signing-key.public.asc && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.13.2/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.13.2/install.sh.sig" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.13.3/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.13.3/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) && \
Expand Down
2 changes: 1 addition & 1 deletion .gt/remotes/gt/pulled.tsv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#@ Version: 1.0.0
tag file relativeTarget sha512
v0.13.2 .github/workflows/gt-update.yml ../.github/workflows/gt-update.yml 4663fa82ebeb63a3c2454382364415c32e452ba62e6f3b806e89a19ae878fd9c95b676839a3b0faa4581e4e2f2677015e60b8f7c334637feb230f30a28b4249e
v0.13.3 .github/workflows/gt-update.yml ../.github/workflows/gt-update.yml ab953ea436ff4c311d7cfa568a565c3bbb6785993d8e2daee1398bb077641c21e3a3b94ac4646cab7017c7edc4acec3e404292b1d8d1b4eb5f97a47d34368f63

0 comments on commit 23752dd

Please sign in to comment.