Commit fae0f4a 1 parent 4a7f9ce commit fae0f4a Copy full SHA for fae0f4a
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 51
51
if : always()
52
52
with :
53
53
name : reports
54
- path : format('{0} /build/reports', env.WORKING_DIR)
54
+ path : ${{ env.WORKING_DIR }} /build/reports
55
55
56
56
- name : Configure AWS credentials
57
57
uses : aws-actions/configure-aws-credentials@v1
Original file line number Diff line number Diff line change 51
51
if : always()
52
52
with :
53
53
name : reports
54
- path : format('{0} /build/reports', env.WORKING_DIR)
54
+ path : ${{ env.WORKING_DIR }} /build/reports
55
55
56
56
- name : Configure AWS credentials
57
57
uses : aws-actions/configure-aws-credentials@v1
Original file line number Diff line number Diff line change 51
51
if : always()
52
52
with :
53
53
name : reports
54
- path : format('{0} /build/reports', env.WORKING_DIR)
54
+ path : ${{ env.WORKING_DIR }} /build/reports
55
55
56
56
- name : Configure AWS credentials
57
57
uses : aws-actions/configure-aws-credentials@v1
You can’t perform that action at this time.
0 commit comments