Skip to content

Commit

Permalink
181 update GitHub action version (#188)
Browse files Browse the repository at this point in the history
* Updated requirements

* Revert "Merge pull request #136 from IN-CORE/create-pull-request/patch"

This reverts commit cf8d337, reversing
changes made to 3bf1cd9.

* Fixed pytest by removed dataset (#183)

* test for merging to test-main branch

* added Tag debug
  • Loading branch information
ywkim312 authored Nov 5, 2024
1 parent 3f89d39 commit 824e614
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
echo "TAGS=${BRANCH}" >> $GITHUB_ENV
fi
# debug TAGS
- name: Debug TAGS
run: echo "TAGS=${{ env.TAGS }}"

# build image
- name: Build image
uses: elgohr/[email protected]
Expand Down

0 comments on commit 824e614

Please sign in to comment.