aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatias Linares <matiaslina@gmail.com>2020-11-23 19:24:45 -0300
committerGitHub <noreply@github.com>2020-11-23 19:24:45 -0300
commit6c44b6f1d932a993b88c3faa7fde3ef2f3dd527d (patch)
tree32156e28188751f7a2f6a9499be60bb66464295c
parent4cd5b4da65ee1d94ea8b6ce54e990e0bdda99053 (diff)
downloadperl6-matrix-client-6c44b6f1d932a993b88c3faa7fde3ef2f3dd527d.tar.gz
Update main.yml
-rw-r--r--.github/workflows/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index c0d8c82..f059876 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -20,8 +20,8 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- - uses: actions/checkout@v1
-
+ - name: Checkout
+ uses: actions/checkout@v1
- name: Run tests
id: tests
uses: JJ/raku-container-action@master