Skip to content

Commit

Permalink
Añadido: (github workflow) comentarios
Browse files Browse the repository at this point in the history
  • Loading branch information
neverkas committed Oct 26, 2023
1 parent d88713e commit e57560a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/listen-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@ jobs:
with:
ref: master
fetch-depth: 0
token: ${{ secrets.ACCESS_TOKEN }}
- name: Create environment variables
run: |
echo "REPOSITORY_NAME=`basename ${{ github.event.client_payload.repository }}`" >> $GITHUB_ENV
echo "[email protected]:${{ github.event.client_payload.repository }}.git" >> $GITHUB_ENV
# TODO: validar, en manu-projects/actions-testing no escucha los eventos
# - name: Git config
# run: |
# git config --global user.name "${{secrets.user_name}}"
# git config --global user.email "${{secrets.user_email}}"
- name: Get changes
run: make git-subtree-pull REPOSITORY_NAME=${{ env.REPOSITORY_NAME}} REPOSITORY_URL=${{ env.REPOSITORY_URL }}
- name: Update changes
Expand Down

0 comments on commit e57560a

Please sign in to comment.