We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 434de01 commit 56b3d20Copy full SHA for 56b3d20
1 file changed
.github/workflows/push_sync_ci.yaml
@@ -12,13 +12,13 @@ on:
12
13
env:
14
workflow_file_name: deploy.yaml
15
- owner: spaceone-dev
+ owner: cloudforet-io
16
repo: actions
17
ref: master
18
19
jobs:
20
owner_check:
21
- if: github.repository_owner == 'spaceone-dev'
+ if: github.repository_owner == 'cloudforet-io'
22
runs-on: ubuntu-latest
23
steps:
24
- run: echo ${{ github.repository_owner }}
0 commit comments