File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : TEST
17- run : echo ${{ github.event_name }}
17+ run : echo ${{ github.ref }}
1818
1919# setup_env:
2020# name: Setup environment settings
2929# if: github.ref == 'refs/heads/develop'
3030# run: echo "RELEASE=dev" >> environment-settings.txt
3131# - name: Set release to playground
32- # if: github.ref == 'refs/heads/develop '
33- # run: echo "RELEASE=dev " >> environment-settings.txt
32+ # if: github.event_name == 'workflow_dispatch '
33+ # run: echo "RELEASE=playground " >> environment-settings.txt
3434#
3535#
3636# # Upload environment settings
3939# with:
4040# name: environment-settings
4141# path: environment-settings.txt
42- #
42+
4343# job_1:
4444# name: Add 3 and 7
4545# runs-on: ubuntu-latest
You can’t perform that action at this time.
0 commit comments