diff options
author | Matias Linares <matiaslina@gmail.com> | 2020-11-23 19:53:47 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@gmail.com> | 2020-11-23 19:53:47 -0300 |
commit | 683002918bc35638f8ab738174e6395a9345734a (patch) | |
tree | 70659668c77e5205984a63e00e22c6c54622e594 /.github/workflows | |
parent | 346f058b08e3c0b911243f59996cd0ef635ae211 (diff) | |
parent | 6c44b6f1d932a993b88c3faa7fde3ef2f3dd527d (diff) | |
download | perl6-matrix-client-683002918bc35638f8ab738174e6395a9345734a.tar.gz |
Merge remote-tracking branch 'github/master'
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/main.yml | 4 |
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 |