Skip to content

Commit

Permalink
Merge pull request #149 from tegonal/update/gt
Browse files Browse the repository at this point in the history
update gt
  • Loading branch information
robstoll authored Nov 6, 2023
2 parents 04f8e58 + 794a6f7 commit da5fe84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/gt-update.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# __ __
# / /____ ___ ____ ___ ___ _/ / This script is provided to you by https://github.com/tegonal/gt
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.12.0
# Version: v0.13.3
#
###################################
name: "gt update"
Expand All @@ -25,7 +25,7 @@ jobs:
false || gpg --import - <<< "${{ secrets.PUBLIC_GPG_KEYS_WE_TRUST }}" && success=true \
|| (echo "could not import GPG keys via secrets.PUBLIC_GPG_KEYS_WE_TRUST -- maybe it's not defined"; exit 1) && \
false || "${success:-false}" && echo "was able to import GPGs either via vars or secrets (or via both -- see above)"
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install gt
run: |
set -e
Expand All @@ -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/main/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/main/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 All @@ -53,7 +53,7 @@ jobs:
- name: git status
run: git status
- name: Create pull request if necessary
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v5
with:
branch: gt/update
base: main
Expand Down
3 changes: 2 additions & 1 deletion .gt/remotes/gt/pulled.tsv
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#@ Version: 1.0.0
tag file relativeTarget sha512
v0.12.0 .github/workflows/gt-update.yml ../.github/workflows/gt-update.yml f79fd8713cb7471d3d47e9c5d9e63ab04d332419496774dd448b6acb82db7f4a2e021761c905b34f099006d99c042b646d333f84fa245263247eb9272831a81a
v0.13.3 .github/workflows/gt-update.yml ../.github/workflows/gt-update.yml ab953ea436ff4c311d7cfa568a565c3bbb6785993d8e2daee1398bb077641c21e3a3b94ac4646cab7017c7edc4acec3e404292b1d8d1b4eb5f97a47d34368f63

0 comments on commit da5fe84

Please sign in to comment.