Skip to content

Commit

Permalink
update files pulled via gt
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Apr 1, 2024
1 parent cc189c9 commit 58084aa
Show file tree
Hide file tree
Showing 2 changed files with 7 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
Expand Up @@ -5,7 +5,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v0.17.0
# Version: v0.17.1
###################################
name: "gt update"
on:
Expand Down Expand Up @@ -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.17.0/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.0/install.sh.sig" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.1/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.1/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 Expand Up @@ -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.17.0/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.0/install.sh.sig" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.1/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.1/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 @@ -103,7 +103,7 @@ jobs:
branch: 'gt/update/${{ matrix.remote }}'
base: main
title: 'update files of remote ${{ matrix.remote }} to version ${{steps.gt_update.outputs.remote_version}} via gt'
commit-message: update files pulled via gt
commit-message: 'update files of remote ${{ matrix.remote }} to version ${{steps.gt_update.outputs.remote_version}} via gt'
body: "following the changes after running `gt update -r \"${{ matrix.remote }}\"` and reset gpg keys"
delete-branch: true
token: ${{ secrets.AUTO_PR_TOKEN }}
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.17.0 .github/workflows/gt-update.yml ../.github/workflows/gt-update.yml 8f3b2385fb31c68c5b63145a873b49de9e5e8c11dab4fcd3ee296959f1d7176f36dc0f25c5348568d8545303f8c58188a4e7a75a5cd58de70e9beb3808ee7053
v0.17.1 .github/workflows/gt-update.yml ../.github/workflows/gt-update.yml 65093418618687fdd19647af73e7d3d3d1689fdf34a31bff29600d628d1d49f262142ba3c0349e0f39661981183438a860edb5b626e4de1ea17cf53a90e059f5

0 comments on commit 58084aa

Please sign in to comment.