Skip to content

Commit ffdc2b6

Browse files
committed
누락된 repository name set-output 추가
1 parent 0cd0de6 commit ffdc2b6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy_on_dev.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ jobs:
5757
pip install pytest
5858
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
5959
60+
- name: Get current date and repo name
61+
id: info
62+
run: |
63+
echo "::set-output name=date::$(date +'%Y-%m-%d_%H:%M:%S')"
64+
echo "::set-output name=repository_name::$(echo ${{ github.repository }} | sed -e 's/${{ github.repository_owner }}\///')"
65+
6066
# Checkout and import zappa config & environment variables from secrets repo
6167
- name: Checkout secrets repo
6268
uses: actions/checkout@v4

0 commit comments

Comments
 (0)