We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd0409 commit 92bb070Copy full SHA for 92bb070
1 file changed
action.yaml
@@ -23,4 +23,4 @@ runs:
23
shell: bash
24
run: >-
25
python -m pip install pyyaml requests;
26
- python ${{ github.action_path }}/sync-teams-to-gh.py -o ${{ github.repository_owner }} -p ${YAML_PATH:=teams.yaml} -m >> $GITHUB_STEP_SUMMARY
+ python ${{ github.action_path }}/sync-teams-to-gh.py -o ${{ github.repository_owner }} -p ${YAML_PATH:-teams.yaml} -m >> $GITHUB_STEP_SUMMARY
0 commit comments