1
0

Compare commits

...

4 Commits

Author SHA256 Message Date
AutoGits PR Review Bot
14f89da24c auto-created for xfce4-panel
This commit was autocreated by AutoGits PR Review Bot

referencing PRs:
 PR: pool/xfce4-panel!2
2025-09-01 10:38:57 +02:00
0460196869 actions: Install go dep if not provided by base image 2025-09-01 10:36:50 +02:00
AutoGits PR Review Bot
8ec63734bc Merging
PR: products/PackageHub!62
2025-08-30 21:24:14 +02:00
AutoGits PR Review Bot
98be45844f auto-created for xfce4-session
This commit was autocreated by AutoGits PR Review Bot

referencing PRs:
 PR: pool/xfce4-session!2
2025-08-29 13:55:03 +02:00
3 changed files with 8 additions and 2 deletions

View File

@@ -7,12 +7,18 @@ jobs:
use-go-action:
runs-on: tumbleweed
steps:
# Install packages if not provided by image
- run: |
rpm -q go && exit 0
zypper ref
zypper in -y go
# Generic action from GitHub to clone the product git repo
- name: Checkout product
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.opensuse.org/actions/github-actions-checkout@v4
with:
token: ${{ secrets.REPO_WRITE }}
repo-sha256: true
- name: Update all new _patchinfo files
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.opensuse.org/actions/patchinfo-numbering-action@v0
- name: Get last commit author