fix: Security관련 testcode #11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name : test GA | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
Deploy-Job: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Code Hello World | |
run: echo "Hello World" | |
- name: 여러문장 | |
run: | | |
echo "Hi" | |
echo "Hello" | |
- name: 자체 변수 | |
run: | | |
echo $GITHUB_SHA | |
echo $GITHUB_REPOSITORY |