++ dirname ./run.sh
+ cd .
+ echo 1131
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Fri Jul 10 02:19:14 UTC 2026
+ uptime
02:19:14 up 1 min, 0 users, load average: 1.29, 0.39, 0.14
+ head=git@github.com:yegor256/bibcop-action.git
+ ff=default
+ image=yegor256/rultor-image:1.24.0
+ rebase=false
+ squash=false
+ head_branch=master
+ author=yegor256
+ tag=0.1.0
+ vars=('--env=head=git@github.com:yegor256/bibcop-action.git' '--env=tag=0.1.0' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/bibcop-action.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.1.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''sed -i -e "s/0.0.0/${tag}/" entry.sh'\'' '\'';'\'' '\''sed -i -e "s/0.0.0/${tag}/" Dockerfile'\'' '\'';'\'' '\''sed -i -e "s/:latest/:${tag}/" action.yml'\'' '\'';'\'' '\''git add entry.sh'\'' '\'';'\'' '\''git add Dockerfile'\'' '\'';'\'' '\''git add action.yml'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''sudo make "--directory=$(pwd)"'\'' '\'';'\'' '\''repo=yegor256/bibcop-action'\'' '\'';'\'' '\''sudo docker build "$(pwd)" --tag "${repo}:${tag}"'\'' '\'';'\'' '\''sudo docker build "$(pwd)" --tag "${repo}:latest"'\'' '\'';'\'' '\''cat ../docker-password | sudo docker login --password-stdin -u yegor256'\'' '\'';'\'' '\''sudo docker push "${repo}:${tag}"'\'' '\'';'\'' '\''sudo docker push "${repo}:latest"'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=yegor256')
+ scripts=('export '\''head=git@github.com:yegor256/bibcop-action.git'\''' ';' 'export '\''tag=0.1.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'sed -i -e "s/0.0.0/${tag}/" entry.sh' ';' 'sed -i -e "s/0.0.0/${tag}/" Dockerfile' ';' 'sed -i -e "s/:latest/:${tag}/" action.yml' ';' 'git add entry.sh' ';' 'git add Dockerfile' ';' 'git add action.yml' ';' 'git commit -m "version set to ${tag}"' ';' 'sudo make "--directory=$(pwd)"' ';' 'repo=yegor256/bibcop-action' ';' 'sudo docker build "$(pwd)" --tag "${repo}:${tag}"' ';' 'sudo docker build "$(pwd)" --tag "${repo}:latest"' ';' 'cat ../docker-password | sudo docker login --password-stdin -u yegor256' ';' 'sudo docker push "${repo}:${tag}"' ';' 'sudo docker push "${repo}:latest"' ';')
+ directory=
+ container=yegor256_bibcop-action_81
+ as_root=false
+ set -e -o pipefail
+ hostname
ip-172-31-18-204
+ pwd
/tmp/rultor-wksB
+ git --version
git version 2.34.1
+ docker --version
Docker version 25.0.3, build 4debf41
+ mkdir -p /home/ubuntu/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/ubuntu/.ssh/config
+ git clone --recurse-submodules git@github.com:yegor256/bibcop-action.git repo
Cloning into 'repo'...
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
+ cd repo
+ git config user.email gpg@rultor.com
+ git config user.name Rultor.com
+ '[' -z 'export '\''head=git@github.com:yegor256/bibcop-action.git'\''' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:yegor256/bibcop-action.git'\''' ';' 'export '\''tag=0.1.0'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'sed -i -e "s/0.0.0/${tag}/" entry.sh' ';' 'sed -i -e "s/0.0.0/${tag}/" Dockerfile' ';' 'sed -i -e "s/:latest/:${tag}/" action.yml' ';' 'git add entry.sh' ';' 'git add Dockerfile' ';' 'git add action.yml' ';' 'git commit -m "version set to ${tag}"' ';' 'sudo make "--directory=$(pwd)"' ';' repo=yegor256/bibcop-action ';' 'sudo docker build "$(pwd)" --tag "${repo}:${tag}"' ';' 'sudo docker build "$(pwd)" --tag "${repo}:latest"' ';' 'cat ../docker-password | sudo docker login --password-stdin -u yegor256' ';' 'sudo docker push "${repo}:${tag}"' ';' 'sudo docker push "${repo}:latest"' ';'
+ sensitive=()
+ set -ex -o pipefail
+ '[' -z 0.1.0 ']'
+ [[ 0.1.0 =~ ^[a-zA-Z0-9\.\-]+$ ]]
+ echo 'tag name is valid: "0.1.0"'
tag name is valid: "0.1.0"
+ cd repo
++ git tag -l 0.1.0
+ '[' -n '' ']'
+ BRANCH_NAME=__rultor
++ wc -l
++ git show-branch __rultor
+ '[' 0 -gt 0 ']'
+ export BRANCH_NAME
+ git checkout -b __rultor
Switched to a new branch '__rultor'
+ docker_when_possible
+ true
++ tail -n 1
++ sed 's/ /\n/g'
++ uptime
+ load=0.16
++ bc
++ echo 0.16 '>' 30
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.16, low enough to run a new Docker container'
load average is 0.16, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image:1.24.0
+ docker pull yegor256/rultor-image:1.24.0
1.24.0: Pulling from yegor256/rultor-image
9cb31e2e37ea: Pulling fs layer
6fdf9d57c770: Pulling fs layer
b1b8e573ea09: Pulling fs layer
d98471df16b3: Pulling fs layer
d91bad0881f6: Pulling fs layer
0989603b9c78: Pulling fs layer
be0e4fe934ac: Pulling fs layer
836583b1a84e: Pulling fs layer
9a7a8a989f21: Pulling fs layer
206d2c40dab6: Pulling fs layer
7e814560871d: Pulling fs layer
3e6884fb6bef: Pulling fs layer
efc2cb2da490: Pulling fs layer
a2685e4ec0a3: Pulling fs layer
d8f398d41642: Pulling fs layer
00d87e982675: Pulling fs layer
0a47604816a9: Pulling fs layer
39620eda6329: Pulling fs layer
1e5066b6f93c: Pulling fs layer
bf2832135ec0: Pulling fs layer
17c9f809a0eb: Pulling fs layer
791d75dcb5dd: Pulling fs layer
4d856b07c9bd: Pulling fs layer
08fb6625faae: Pulling fs layer
6fbcea1fd5f0: Pulling fs layer
e5e0772939b2: Pulling fs layer
d98471df16b3: Waiting
d91bad0881f6: Waiting
0989603b9c78: Waiting
be0e4fe934ac: Waiting
836583b1a84e: Waiting
9a7a8a989f21: Waiting
206d2c40dab6: Waiting
7e814560871d: Waiting
3e6884fb6bef: Waiting
efc2cb2da490: Waiting
a2685e4ec0a3: Waiting
d8f398d41642: Waiting
00d87e982675: Waiting
0a47604816a9: Waiting
39620eda6329: Waiting
1e5066b6f93c: Waiting
bf2832135ec0: Waiting
17c9f809a0eb: Waiting
791d75dcb5dd: Waiting
4d856b07c9bd: Waiting
08fb6625faae: Waiting
6fbcea1fd5f0: Waiting
e5e0772939b2: Waiting
6fdf9d57c770: Verifying Checksum
6fdf9d57c770: Download complete
9cb31e2e37ea: Verifying Checksum
9cb31e2e37ea: Download complete
b1b8e573ea09: Verifying Checksum
b1b8e573ea09: Download complete
0989603b9c78: Verifying Checksum
0989603b9c78: Download complete
be0e4fe934ac: Verifying Checksum
be0e4fe934ac: Download complete
836583b1a84e: Verifying Checksum
836583b1a84e: Download complete
9a7a8a989f21: Verifying Checksum
9a7a8a989f21: Download complete
206d2c40dab6: Verifying Checksum
206d2c40dab6: Download complete
d98471df16b3: Verifying Checksum
d98471df16b3: Download complete
3e6884fb6bef: Verifying Checksum
3e6884fb6bef: Download complete
9cb31e2e37ea: Pull complete
6fdf9d57c770: Pull complete
b1b8e573ea09: Pull complete
7e814560871d: Verifying Checksum
7e814560871d: Download complete
efc2cb2da490: Verifying Checksum
efc2cb2da490: Download complete
d8f398d41642: Verifying Checksum
d8f398d41642: Download complete
00d87e982675: Verifying Checksum
00d87e982675: Download complete
0a47604816a9: Verifying Checksum
0a47604816a9: Download complete
39620eda6329: Verifying Checksum
39620eda6329: Download complete
1e5066b6f93c: Verifying Checksum
1e5066b6f93c: Download complete
bf2832135ec0: Verifying Checksum
bf2832135ec0: Download complete
17c9f809a0eb: Verifying Checksum
17c9f809a0eb: Download complete
791d75dcb5dd: Verifying Checksum
791d75dcb5dd: Download complete
4d856b07c9bd: Verifying Checksum
4d856b07c9bd: Download complete
d91bad0881f6: Verifying Checksum
d91bad0881f6: Download complete
6fbcea1fd5f0: Verifying Checksum
6fbcea1fd5f0: Download complete
e5e0772939b2: Verifying Checksum
e5e0772939b2: Download complete
08fb6625faae: Verifying Checksum
08fb6625faae: Download complete
a2685e4ec0a3: Verifying Checksum
a2685e4ec0a3: Download complete
d98471df16b3: Pull complete
d91bad0881f6: Pull complete
0989603b9c78: Pull complete
be0e4fe934ac: Pull complete
836583b1a84e: Pull complete
9a7a8a989f21: Pull complete
206d2c40dab6: Pull complete
7e814560871d: Pull complete
3e6884fb6bef: Pull complete
efc2cb2da490: Pull complete
a2685e4ec0a3: Pull complete
d8f398d41642: Pull complete
00d87e982675: Pull complete
0a47604816a9: Pull complete
39620eda6329: Pull complete
1e5066b6f93c: Pull complete
bf2832135ec0: Pull complete
17c9f809a0eb: Pull complete
791d75dcb5dd: Pull complete
4d856b07c9bd: Pull complete
08fb6625faae: Pull complete
6fbcea1fd5f0: Pull complete
e5e0772939b2: Pull complete
Digest: sha256:183145a1ee07aff04b992ff3478c86b34eacc5f241c6d4a711c39e2687e07d0e
Status: Downloaded newer image for yegor256/rultor-image:1.24.0
docker.io/yegor256/rultor-image:1.24.0
+ docker ps --filter=status=exited
+ grep --quiet '\syegor256_bibcop-action_81\s*$'
+ ls -al .
total 52
drwx------ 3 ubuntu ubuntu 4096 Jul 10 02:19 .
drwxrwxrwt 13 root root 4096 Jul 10 02:23 ..
-rw-rw-r-- 1 ubuntu ubuntu 9 Jul 10 02:19 docker-password
-rwxrwxr-x 1 ubuntu ubuntu 666 Jul 10 02:23 end.sh
-rwxrwxr-x 1 ubuntu ubuntu 498 Jul 10 02:19 entry.sh
-rw-rw-r-- 1 ubuntu ubuntu 5 Jul 10 02:19 pid
drwxrwxr-x 5 ubuntu ubuntu 4096 Jul 10 02:19 repo
-rwxrwxr-x 1 ubuntu ubuntu 7170 Jul 10 02:19 run.sh
-rw-rw-r-- 1 ubuntu ubuntu 917 Jul 10 02:19 script.sh
-rw-rw-r-- 1 ubuntu ubuntu 8891 Jul 10 02:24 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-wksB:/main --env=head=git@github.com:yegor256/bibcop-action.git --env=tag=0.1.0 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:yegor256/bibcop-action.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.1.0'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''sed -i -e "s/0.0.0/${tag}/" entry.sh'\'' '\'';'\'' '\''sed -i -e "s/0.0.0/${tag}/" Dockerfile'\'' '\'';'\'' '\''sed -i -e "s/:latest/:${tag}/" action.yml'\'' '\'';'\'' '\''git add entry.sh'\'' '\'';'\'' '\''git add Dockerfile'\'' '\'';'\'' '\''git add action.yml'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''sudo make "--directory=$(pwd)"'\'' '\'';'\'' '\''repo=yegor256/bibcop-action'\'' '\'';'\'' '\''sudo docker build "$(pwd)" --tag "${repo}:${tag}"'\'' '\'';'\'' '\''sudo docker build "$(pwd)" --tag "${repo}:latest"'\'' '\'';'\'' '\''cat ../docker-password | sudo docker login --password-stdin -u yegor256'\'' '\'';'\'' '\''sudo docker push "${repo}:${tag}"'\'' '\'';'\'' '\''sudo docker push "${repo}:latest"'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --net=host --dns 8.8.8.8 --add-host docker:127.0.0.1 --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-wksB/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_bibcop-action_81 yegor256/rultor-image:1.24.0 /main/entry.sh
WARNING: Your kernel does not support OomKillDisable. OomKillDisable discarded.
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
++ awk -F : '$3 > 100 { print $1 }'
++ cat /etc/group
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G nogroup r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-journal r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-network r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G systemd-resolve r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G messagebus r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G _ssh r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G rvm r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G ssl-cert r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G postgres r
+ for g in $(cat /etc/group | awk -F ':' '$3 > 100 { print $1 }')
+ usermod -a -G r r
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.cargo /root/.config /root/.gem /root/.gemrc /root/.launchpadlib /root/.m2 /root/.profile /root/.rustup /root/.rvmrc /root/texmf /home/r
+ cp -R ./cid ./docker-password ./end.sh ./entry.sh ./pid ./repo ./run.sh ./script.sh ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ cat /home/r/script.sh
#!/usr/bin/env bash
set -e
set -o pipefail
if [ -e /home/r/.profile ]; then source /home/r/.profile; fi
shopt -s expand_aliases
alias 'sudo=sudo -i'
export HOME=/home/r
cd "${HOME}/repo"
export 'head=git@github.com:yegor256/bibcop-action.git' ; export 'tag=0.1.0' ; export 'head_branch=master' ; export 'author=yegor256' ; [[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1 ; sed -i -e "s/0.0.0/${tag}/" entry.sh ; sed -i -e "s/0.0.0/${tag}/" Dockerfile ; sed -i -e "s/:latest/:${tag}/" action.yml ; git add entry.sh ; git add Dockerfile ; git add action.yml ; git commit -m "version set to ${tag}" ; sudo make "--directory=$(pwd)" ; repo=yegor256/bibcop-action ; sudo docker build "$(pwd)" --tag "${repo}:${tag}" ; sudo docker build "$(pwd)" --tag "${repo}:latest" ; cat ../docker-password | sudo docker login --password-stdin -u yegor256 ; sudo docker push "${repo}:${tag}" ; sudo docker push "${repo}:latest" ;
+ su --login r --command /home/r/script.sh
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
[__rultor 5ef4cfc] version set to 0.1.0
3 files changed, 3 insertions(+), 3 deletions(-)
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
make: Entering directory '/home/r/repo'
docker run --rm -v "$(pwd):/w" "$(docker build -q .)"
+ cd /w
+ read -r -a opts
++ find . -name '*.bib'
+ bibs=
+ '[' -z '' ']'
+ echo 'There are no .bib files in the repository'
There are no .bib files in the repository
+ exit
make: Leaving directory '/home/r/repo'
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Sending build context to Docker daemon 303.1kB
Step 1/10 : FROM ubuntu:26.04
---> 4aaf0b273f92
Step 2/10 : LABEL "repository"="https://github.com/yegor256/bibcop-action"
---> Using cache
---> dc61f6f00787
Step 3/10 : LABEL "maintainer"="Yegor Bugayenko"
---> Using cache
---> 2fb75ebe4363
Step 4/10 : LABEL "version"="0.1.0"
---> Using cache
---> 4a521f8b34fe
Step 5/10 : RUN apt-get -y update && apt-get -y --no-install-recommends install wget=* && apt-get clean && rm -rf /var/lib/apt/lists/*
---> Using cache
---> 1a7a6631dab5
Step 6/10 : ARG BIBCOP_VERSION=0.0.33
---> Using cache
---> 12ef1b1188e7
Step 7/10 : RUN wget --quiet --no-check-certificate "https://raw.githubusercontent.com/yegor256/bibcop/${BIBCOP_VERSION}/bibcop.pl" && mv bibcop.pl /usr/bin && chmod a+x /usr/bin/bibcop.pl
---> Using cache
---> fe82d0880d4f
Step 8/10 : WORKDIR /home
---> Using cache
---> 7fe6e20c4810
Step 9/10 : COPY entry.sh /home
---> Using cache
---> 6ef08ec532b6
Step 10/10 : ENTRYPOINT ["/home/entry.sh"]
---> Using cache
---> 9ca2e6126565
Successfully built 9ca2e6126565
Successfully tagged yegor256/bibcop-action:0.1.0
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
Sending build context to Docker daemon 303.1kB
Step 1/10 : FROM ubuntu:26.04
---> 4aaf0b273f92
Step 2/10 : LABEL "repository"="https://github.com/yegor256/bibcop-action"
---> Using cache
---> dc61f6f00787
Step 3/10 : LABEL "maintainer"="Yegor Bugayenko"
---> Using cache
---> 2fb75ebe4363
Step 4/10 : LABEL "version"="0.1.0"
---> Using cache
---> 4a521f8b34fe
Step 5/10 : RUN apt-get -y update && apt-get -y --no-install-recommends install wget=* && apt-get clean && rm -rf /var/lib/apt/lists/*
---> Using cache
---> 1a7a6631dab5
Step 6/10 : ARG BIBCOP_VERSION=0.0.33
---> Using cache
---> 12ef1b1188e7
Step 7/10 : RUN wget --quiet --no-check-certificate "https://raw.githubusercontent.com/yegor256/bibcop/${BIBCOP_VERSION}/bibcop.pl" && mv bibcop.pl /usr/bin && chmod a+x /usr/bin/bibcop.pl
---> Using cache
---> fe82d0880d4f
Step 8/10 : WORKDIR /home
---> Using cache
---> 7fe6e20c4810
Step 9/10 : COPY entry.sh /home
---> Using cache
---> 6ef08ec532b6
Step 10/10 : ENTRYPOINT ["/home/entry.sh"]
---> Using cache
---> 9ca2e6126565
Successfully built 9ca2e6126565
Successfully tagged yegor256/bibcop-action:latest
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store
Login Succeeded
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
The push refers to repository [docker.io/yegor256/bibcop-action]
1B6e8e3ea69e: Preparing
1Ba0ef879b05: Preparing
1B2cfd56b59e: Preparing
1B7c0a24da44: Preparing
3B0.1.0:bdigest:ssha256:2beedec71b51940588be2f3b3f6207ad01d678c90a4d368cbc3f8a305b86fc40 size: 1362
Using /usr/local/rvm/gems/ruby-3.2.2
Using /usr/local/rvm/gems/ruby-3.2.2
The push refers to repository [docker.io/yegor256/bibcop-action]
1B6e8e3ea69e: Preparing
1Ba0ef879b05: Preparing
1B2cfd56b59e: Preparing
1B7c0a24da44: Preparing
4Blatest:bdigest:esha256:2beedec71b51940588be2f3b3f6207ad01d678c90a4d368cbc3f8a305b86fc40 size: 1362
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R ubuntu repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 0.1.0 -m '0.1.0: tagged by rultor.com'
+ git reset --hard
HEAD is now at 5ef4cfc version set to 0.1.0
+ git clean -fd
+ git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
+ git branch -D __rultor
Deleted branch __rultor (was 5ef4cfc).
+ git push --all origin
Everything up-to-date
+ git push --tags origin
To github.com:yegor256/bibcop-action.git
* [new tag] 0.1.0 -> 0.1.0
container 7830b3ca38f48b5dc7fe97fcd8a1d98436dea93514c8bd78002db468806df078 is dead
Fri Jul 10 02:25:54 UTC 2026