Skip to content

Commit

Permalink
IQSS#10681 correct YAML syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Sizemore committed Jul 16, 2024
1 parent bb6d8ed commit 3e32ff2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shellspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install curl
apt-get -y install curl
run: apt-get -y install curl
- name: Install shellspec
run: |
curl -fsSL https://github.com/shellspec/shellspec/releases/download/${{ env.SHELLSPEC_VERSION }}/shellspec-dist.tar.gz | tar -xz -C /usr/share
Expand Down
Empty file added tests/shell/trigger_10681
Empty file.

0 comments on commit 3e32ff2

Please sign in to comment.