Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit eebd832

Browse files
authored
feat(enrolling): replace deprecated set-env command (#236)
1 parent d543280 commit eebd832

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/enrolling.api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v1
2121

2222
- name: set image tag
23-
run: echo "::set-env name=TAG::$(git tag --points-at HEAD | cut -c 2-4)"
23+
run: echo "TAG=$(git tag --points-at HEAD | cut -c 2-4)" >> $GITHUB_ENV
2424

2525
- name: build
2626
run: docker-compose build enrolling.api

0 commit comments

Comments
 (0)