Skip to content

Commit

Permalink
Update custom_script.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ngyhd authored Apr 11, 2024
1 parent 2df02ee commit bd483cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/custom_script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
#cd path/to/script/directory
#echo "Hello World!"
# 执行脚本文件
echo ${{ vars.TESTVARIABLE}} #仓库的变量
echo ${{ vars.APIFOXPROJECTID}} #仓库的变量
echo ${{ secrets.APITOKEN }} #仓库密钥
sudo sh ./hello.sh

0 comments on commit bd483cd

Please sign in to comment.