Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
manrodrigues committed Dec 31, 2023
1 parent 8335aa0 commit eb9db63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/beach_today.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
- name: Carregar variáveis de ambiente
run: |
echo "Current working directory: $PWD"
ls -la $PWD
cd ./project_scripts
echo "Current working directory: $PWD"
echo "RESULTADO_COMPRA=$(cat $GITHUB_WORKSPACE/resultado_compra.env)" >> $GITHUB_ENV
- name: Mostrar resultado
Expand Down

0 comments on commit eb9db63

Please sign in to comment.