Skip to content

Commit

Permalink
Update workflow (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertqc committed Sep 17, 2024
1 parent c8a1bf1 commit 7a676cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_all_RPMs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
version_from_tag=$( echo "${{ github.ref_name }}" | sed -E 's,^v?([0-9]+\.[0-9]+\.[0-9]+).*$,\1,' )
release_from_tag=$( echo "${{ github.ref_name }}" | sed -E 's,^v?[0-9]+\.[0-9]+\.[0-9]+(-([0-9]+))?.*$,\2,' )
[ -z "${release_from_tag}" ] && release_from_tag=0
echo "{version}={${version_from_tag}}" >> $GITHUB_OUTPUT
echo "{release}={${release_from_tag}}" >> $GITHUB_OUTPUT
echo "version=${version_from_tag}" >> $GITHUB_OUTPUT
echo "release=${release_from_tag}" >> $GITHUB_OUTPUT
build_RPMs:
name: Build RPMs and upload them to release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale_issues_PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Mark stale issues and pull requests

on:
schedule:
- cron: "30 1 * * *"
- cron: "30 1 * * 1"

jobs:
stale:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate_selinux_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ jobs:
module_vers=a[2]
}
END {
print "{semodule_name}={"module_name"}"
print "{semodule_vers}={"module_vers"}"
print "semodule_name="module_name
print "semodule_vers="module_vers
}' se_module/${SEMODULE}.te >> $GITHUB_OUTPUT
add_tag:
Expand Down

0 comments on commit 7a676cd

Please sign in to comment.