forked from products/PackageHub
Compare commits
4 Commits
PR_pattern
...
PR_xfce4-p
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
14f89da24c | ||
| 0460196869 | |||
|
|
8ec63734bc | ||
|
|
98be45844f |
@@ -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
|
||||
|
||||
Submodule xfce4-panel updated: c71e781d86...e4d7431196
Submodule xfce4-session updated: 815d7e8546...19b43d8014
Reference in New Issue
Block a user