Skip to content

Commit ce31e31

Browse files
committedMay 14, 2024
feat: actions workflow dispatch.
1 parent e0b1e24 commit ce31e31

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎.github/actions/config-infra/entrypoint.sh

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#!/bin/bash
22
set -e
33

4-
# Set up authentication
5-
echo "${GITHUB_TOKEN}" | gh auth login --with-token
6-
74
# Clone and configure the repository
85
git clone https://github.com/${REPOSITORY}.git repo
96
cd repo

0 commit comments

Comments
 (0)