Skip to content

Commit

Permalink
Fix GH action linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
wwerner committed Sep 6, 2024
1 parent 7c89ca8 commit 0790b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: checkout
uses: actions/checkout@v4
- name: Add SHORT_SHA env property with commit short sha
run: echo "SHORT_SHA=$(echo ${GITHUB_SHA} | cut -c1-8)" >> $GITHUB_ENV
run: echo "SHORT_SHA=$(echo "${GITHUB_SHA}" | cut -c1-8)" >> $GITHUB_ENV

- name: Test Action against gridX community example post
uses: ./
Expand Down

0 comments on commit 0790b13

Please sign in to comment.