Skip to content

Commit

Permalink
add pluginSlug to cypress config and update i18n workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Feb 7, 2024
1 parent 415a35e commit b5f77cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wp-i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ jobs:
- name: Commit updated language files
if: steps.changes.outcome == 'failure'
run: |
git config --local user.name "${{ github.event.head_commit.author.name }}"
git config --local user.email "${{ github.event.head_commit.author.email }}"
git config --local user.name "${GITHUB_ACTOR} "
git config --local user.email "${GITHUB_ACTOR}@users.noreply.github.com"
git remote -v
git add './languages'
git commit -m "WordPress I18N triggered by commit ${{ github.sha }}"
Expand Down
1 change: 1 addition & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = defineConfig({
phpVersion,
pluginId: 'hostgator',
appId: 'hgwp',
pluginSlug: 'wp-plugin-hostgator',
},
downloadsFolder: 'tests/cypress/downloads',
fixturesFolder: 'tests/cypress/fixtures',
Expand Down

0 comments on commit b5f77cb

Please sign in to comment.