Skip to content

Commit

Permalink
chore/add-git-modules cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hminaee-tc committed Aug 20, 2024
1 parent b043c15 commit a1d6e7d
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/github-update-gitmodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,7 @@ jobs:
with:
node-version: '20'

- name: Determine repository organization
id: repo-info
run: echo "org=${{ github.repository_owner }}" >> $GITHUB_OUTPUT

# - name: Run GitHub Update Gitmodules Action
# uses: opencepk/opencepk-module-ghactions-common/github-update-gitmodules@fix/update-gitmodules-action
# with:
# token: ${{ secrets.GITHUB_TOKEN }}

- name: Run GitHub Update Gitmodules Action for opencepk
if: steps.repo-info.outputs.org == 'opencepk'
- name: Run GitHub Update Gitmodules Action
uses: opencepk/opencepk-module-ghactions-common/github-update-gitmodules@fix/update-gitmodules-action
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Run GitHub Update Gitmodules Action for tucows
if: steps.repo-info.outputs.org != 'opencepk'
# uses: tucowsinc/mirror-opencepk-module-ghactions-common/github-update-gitmodules@main
uses: tucowsinc/mirror-opencepk-module-ghactions-common/github-flow-update-release-notes@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
continue-on-error: true

0 comments on commit a1d6e7d

Please sign in to comment.