File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 57
57
pip install zappa
58
58
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
59
59
60
+ # Retrieve repo name
61
+ - name : Get current date and repo name
62
+ id : info
63
+ run : |
64
+ echo "::set-output name=repository_name::$(echo ${{ github.repository }} | sed -e 's/${{ github.repository_owner }}\///')"
65
+
60
66
# Checkout and import zappa config
61
67
- name : Checkout secrets repo
62
68
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 57
57
pip install zappa
58
58
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
59
59
60
+ # Retrieve repo name
61
+ - name : Get current date and repo name
62
+ id : info
63
+ run : |
64
+ echo "::set-output name=repository_name::$(echo ${{ github.repository }} | sed -e 's/${{ github.repository_owner }}\///')"
65
+
60
66
# Checkout and import zappa config
61
67
- name : Checkout secrets repo
62
68
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments