Skip to content

Commit

Permalink
Updated measure envs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Krayniy committed Oct 24, 2023
1 parent e51389b commit a5a5d61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pip-services4-aws-go.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pip.Services AWS Gox Delivery
name: Pip.Services AWS GO Delivery

# Configure trigger rules
on:
Expand Down Expand Up @@ -105,6 +105,6 @@ jobs:

- name: Execute measure script
env:
name: $(echo '${{ github.repository }}' | awk -F '/' '{print $2}')
run: pip-services4-aws-go/script-delivery-ps/measure/measure.ps1 ${{ github.repository_owner }} ${{ env.name }} ${{ secrets.AWS_ACCESS_KEY_ID }} ${{ secrets.AWS_SECRET_ACCESS_KEY }} ${{ secrets.AWS_S3_BUCKET }} ${{ secrets.AWS_S3_BUCKET_FOLDER }} ${{ secrets.GITHUB_TOKEN }}
NAME: $(echo '${{ github.repository }}' | awk -F '/' '{print $2}')
run: pip-services4-aws-go/script-delivery-ps/measure/measure.ps1 ${{ github.repository_owner }} ${{ env.NAME }} ${{ secrets.AWS_ACCESS_KEY_ID }} ${{ secrets.AWS_SECRET_ACCESS_KEY }} ${{ secrets.AWS_S3_BUCKET }} ${{ secrets.AWS_S3_BUCKET_FOLDER }} ${{ secrets.GITHUB_TOKEN }}
shell: bash

0 comments on commit a5a5d61

Please sign in to comment.