summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2021-12-30 12:53:12 -0500
committerPaul Moore <paul@paul-moore.com>2021-12-30 12:55:29 -0500
commit3bb1f92ee0876f07c19253065c27166aa60e2fb6 (patch)
tree4a73a402873c0abd1d363f5c595657a2927b05a5 /.github
parenta792221492f700f8b2beb5939adfa92de6b7f6f1 (diff)
downloadlibseccomp-3bb1f92ee0876f07c19253065c27166aa60e2fb6.tar.gz
github: fix a typo in the GH actions setup
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to '.github')
-rw-r--r--.github/actions/setup/action.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml
index bfbba66..7e5f0b3 100644
--- a/.github/actions/setup/action.yml
+++ b/.github/actions/setup/action.yml
@@ -1,5 +1,5 @@
#
-# Github Action to setup the libcgroup directory
+# Github Action to setup the libseccomp directory
#
# Copyright (c) 2021 Oracle and/or its affiliates.
# Author: Tom Hromatka <tom.hromatka@oracle.com>