File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 4141 steps :
4242 - name : Checkout
4343 uses : actions/checkout@v3
44+ with :
45+ ref : latest-release
4446
4547 - name : Setup Python
4648 uses : actions/setup-python@v4
5759 source py313-mac/bin/activate
5860 pip install -r requirements.txt
5961
62+ - name : Debug Secret Values (TEMP)
63+ run : |
64+ echo "BOT_NAME: ${{ secrets.BOT_NAME }}"
65+ echo "BOT_EMAIL: ${{ secrets.BOT_EMAIL }}"
66+
6067 - name : Set up Git
6168 run : |
6269 git config user.name "${{ secrets.BOT_NAME }}"
7885 steps :
7986 - name : Checkout
8087 uses : actions/checkout@v3
88+ with :
89+ ref : latest-release
8190
8291 - name : Setup Python
8392 uses : actions/setup-python@v4
@@ -115,6 +124,8 @@ jobs:
115124 steps :
116125 - name : Checkout
117126 uses : actions/checkout@v3
127+ with :
128+ ref : latest-release
118129
119130 - name : Setup Python
120131 uses : actions/setup-python@v4
@@ -152,6 +163,8 @@ jobs:
152163 steps :
153164 - name : Checkout
154165 uses : actions/checkout@v3
166+ with :
167+ ref : latest-release
155168
156169 - name : Remove README
157170 run : |
You can’t perform that action at this time.
0 commit comments