Skip to content

Commit

Permalink
CI update
Browse files Browse the repository at this point in the history
Resolve error:
```
Error: The `set-env` command is deprecated and will be disabled on November 16th. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
```
  • Loading branch information
isabelgk authored Mar 12, 2021
1 parent 52cf6d4 commit 13f6347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: benjlevesque/short-sha@v1.1
- uses: benjlevesque/short-sha@v1.2
id: short-sha
with:
length: 7
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
if: ${{ contains( github.ref, 'refs/tags/' ) }}

steps:
- uses: benjlevesque/short-sha@v1.1
- uses: benjlevesque/short-sha@v1.2
id: short-sha
with:
length: 7
Expand Down

0 comments on commit 13f6347

Please sign in to comment.