Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
shadichy committed Feb 11, 2024
1 parent da136f7 commit bc8f7ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
echo -e "echo hello2" > .rpmpkg/usr/bin/testbin2
echo -e "a=1" > .rpmpkg/usr/lib/testbin/testbin.conf
chmod +x .rpmpkg/usr/bin/*
- uses: Team-Fuho/[email protected]
- uses: team-fuho/[email protected]
with:
summary: 'testbin is a test script'
package: testbin
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'tfh-rpm-action'
description: 'Build rpm package.'
author: 'Team-Fuho'
author: 'team-fuho'
inputs:
summary:
description: 'Package summary.'
Expand Down Expand Up @@ -47,7 +47,7 @@ outputs:
description: 'File name of resulting .rpm debuginfo file.'
runs:
using: 'docker'
image: 'docker://Team-Fuho/tfh-rpm-action:2.5.2'
image: 'docker://team-fuho/tfh-rpm-action:2.5.2'

# Ref: https://haya14busa.github.io/github-action-brandings/
# TODO: update branding if you want.
Expand Down

0 comments on commit bc8f7ec

Please sign in to comment.